See: Description
Class | Description |
---|---|
KDTree<VectorType extends Vectorizable,DataType,PairType extends Pair<? extends VectorType,DataType>> |
Implementation of a kd-tree.
|
KDTree.InOrderKDTreeIterator<VectorType extends Vectorizable,DataType,PairType extends Pair<? extends VectorType,DataType>> |
Iterates through the KDTree using "inorder", also known as "symmetric
traversal", of the tree.
|
KDTree.Neighborhood<VectorType extends Vectorizable,DataType,PairType extends Pair<? extends VectorType,DataType>> |
A Collection of nearby pairs.
|
KDTree.PairFirstVectorizableIndexComparator |
Comparator for Pairs that have a Vectorizable as its first parameter.
|
Quadtree<DataType extends Vectorizable> |
Implements the quadtree region-partitioning algorithm and data structure.
|