Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 229 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 229 Bytes

KNN

A basic K-Nearest Neighbours classification algorithm implementation written in Java

How to

I have written a test application to test the algorithm which shows how to use it, this is located in test/org/knn/KnnTest.java