K-Nearest Neighbour Implementation in Java

pm3310 picture pm3310 · Jun 16, 2012 · Viewed 23.4k times · Source

I'm looking for a decent implementation of KNN algorithm in java because, in my dissertation, I have to modify it using different data structures.

Thanks in advance!

Answer

Sergii Zagriichuk picture Sergii Zagriichuk · Jun 16, 2012

Here is full implementation and description.