Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
Even though the k-nearest-neighbours (kNN) [1,2] algorithm is quite trivial it is still used as a mean to classify data and to do regression. This issue focuses on the implementation of an exact kNN (H-BNLJ, H-BRJ) algorithm as proposed in [2].
Could be a starter task.
Resources:
[1] http://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm
[2] https://www.cs.utah.edu/~lifeifei/papers/mrknnj.pdf
Attachments
Attachments
Issue Links
- is related to
-
FLINK-1934 Add approximative k-nearest-neighbours (kNN) algorithm to machine learning library
- Closed
- requires
-
FLINK-1933 Add distance measure interface and basic implementation to machine learning library
- Closed
- links to