Uses of Interface
org.ddogleg.nn.alg.AxisSplitter
-
Uses of AxisSplitter in org.ddogleg.nn.alg
Modifier and TypeClassDescriptionclass
Splits the points in K-D Tree node by selecting the axis with the largest variance.ModifierConstructorDescriptionKdTreeConstructor
(KdTreeMemory<P> memory, AxisSplitter<P> splitter) Constructor which allows for maximum configurable. -
Uses of AxisSplitter in org.ddogleg.nn.wrap
ModifierConstructorDescriptionKdForestBbfNearestNeighbor
(int numberOfTrees, int maxNodesSearched, KdTreeDistance<P> distance, AxisSplitter<P> splitter) KdTreeNearestNeighbor
(KdTreeSearch1<P> search1, KdTreeSearchN<P> searchN, AxisSplitter<P> splitter)