Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Predicted Class of the datapoint

$
0
0

In the python code of this article, there is some output called “Predicted Class of the datapoint” . What does it mean? For example, via running KNN codes in a data set I am having output :

With 1 Nearest Neighbour
Predicted Class of the datapoint = 7.7954965e-08
Nearest Neighbour of the datapoints = [203]
With 3 Nearest Neighbours
Predicted class of the datapoint = 7.7954965e-08
Nearest Neighbours of the datapoints = [203, 136, 362]

What does Predicted Class of the datapoint mean here?
I ain’t understanding what does it interpret?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles