Description
Follow on to
https://issues.apache.org/jira/browse/MADLIB-927
which uses brute force.
Determine other k-NN algos to implement. From
http://scikit-learn.org/stable/modules/neighbors.html
candidates are:
- K-D Tree
- Ball Tree
- Other?
This JIRA is to implement K-D tree.