Skip to content
/ knn Public

Java implementation of K Nearest Neighbors algorithm. Should work for any CSV datasets with the class specified as the last value. If it doesn't, though - you're welcome to fix this anytime!

Notifications You must be signed in to change notification settings

renwer/knn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is quite a simple implementation of KNN algorithm so far, written mainly for educational purposes. It can be extended via adding the averaged vectors for classes and weighting the distances, which is as well hardly necessary, but can be fun to play with.

About

Java implementation of K Nearest Neighbors algorithm. Should work for any CSV datasets with the class specified as the last value. If it doesn't, though - you're welcome to fix this anytime!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published