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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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!
renwer/knn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published