Friday 27 July 2018

Machine Learning Laboratory (15CSL76): Program 9: k-Nearest Neighbour algorithm

Lab Program 9:

Write a program to implement k-Nearest Neighbour algorithm to classify the iris 
 
data set. Print both correct and wrong predictions. Java/Python ML library classes can 
 
be used for this  problem.


Algorithm:

No comments:

Post a Comment