| Classify |
Classification, using KNN tree structure.
|
| Kernel |
Some kernel functions.
|
| Knn |
Kernel k-nearest-neighbors in OCaml.
|
| Knntest |
Tests the KNN tree on some random points in high-dimensional
space, comparing the distance to the closest point found
(using both balanced and unbalanced trees) to the distance
to the actual closest point.
|
| Select |
Takes the first few elements from a list.
|