top of page

Step by Step KNN in Weka

  • Writer: Yash asti
    Yash asti
  • May 2, 2017
  • 1 min read

KNN algorithm is one of the simplest classification algorithm. Even with such simplicity, it can give highly competitive results. KNN algorithm can also be used for regression problems.The only difference from the discussed methodology will be using averages of nearest neighbors rather than voting from nearest neighbors.

 
 
 

Comentários


bottom of page