Package | Description |
---|---|
gov.sandia.cognition.math.geometry |
Provides classes and interfaces for computational geometry.
|
Modifier and Type | Field and Description |
---|---|
protected KDTree.PairFirstVectorizableIndexComparator |
KDTree.comparator
Comparator of this node to determine less than, greater than, or
equality.
|
Constructor and Description |
---|
KDTree(java.util.ArrayList<? extends PairType> points,
KDTree.PairFirstVectorizableIndexComparator comparator,
int dimensionality,
KDTree<VectorType,DataType,PairType> parent)
Creates a balanced KDTree subtree for recursion purposes from the given
ArrayList of points.
|
KDTree(PairType value,
KDTree.PairFirstVectorizableIndexComparator comparator,
KDTree<VectorType,DataType,PairType> parent)
Creates a KDTree subtree for recursion purposes.
|