C | |
| Classify |
Classification, using KNN tree structure.
|
K | |
| 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.
|
M | |
| Make [Knn] |
Functor to create trees, given some parameters.
|
P | |
| Params [Knntest] |
Example nearest-neighbor parameters.
|
S | |
| Select |
Takes the first few elements from a list.
|
T | |
| T [Knntest] |