tdunning / knn

Large scale k-nn experiments
http://mahout.mapr.com
68 stars 21 forks source link

More refactoring work; rewritten FastProjectionSearch and BallKMeans #7

Closed dfilimon closed 11 years ago

dfilimon commented 11 years ago

Hi Ted,

This is the latest version of the master/ branch as I recently diverged the main code from the mapreduce code (now in the mapreduce/ branch of my repo).

The new features it adds are:

Also, a couple of bugs are fixed (the most notable of which is StreamingKMeans now works when adding points one at a time).

[1] https://github.com/tdunning/knn/issues/6