Class | Description |
---|---|
KdTree<T> |
An efficient well-optimized kd-tree
|
KdTree.Entry<T> |
Stores a distance and value to output
|
KdTree.Manhattan<T> |
Class for tree with Manhattan distancing
|
KdTree.SqrEuclid<T> |
Class for tree with Unweighted Squared Euclidean distancing
|
KdTree.WeightedManhattan<T> |
Class for tree with Weighted Manhattan distancing
|
KdTree.WeightedSqrEuclid<T> |
Class for tree with Weighted Squared Euclidean distancing
|
Copyright © 2015. All rights reserved.