Uses of Interface
org.ddogleg.nn.alg.AxisSplitter
Packages that use AxisSplitter
-
Uses of AxisSplitter in org.ddogleg.nn.alg
Classes in org.ddogleg.nn.alg that implement AxisSplitterModifier and TypeClassDescriptionclassSplits the points in K-D Tree node by selecting the axis with the largest variance.Constructors in org.ddogleg.nn.alg with parameters of type AxisSplitterModifierConstructorDescriptionKdTreeConstructor(KdTreeMemory<P> memory, AxisSplitter<P> splitter) Constructor which allows for maximum configurable. -
Uses of AxisSplitter in org.ddogleg.nn.wrap
Constructors in org.ddogleg.nn.wrap with parameters of type AxisSplitterModifierConstructorDescriptionKdForestBbfNearestNeighbor(int numberOfTrees, int maxNodesSearched, KdTreeDistance<P> distance, AxisSplitter<P> splitter) KdTreeNearestNeighbor(KdTreeSearch1<P> search1, KdTreeSearchN<P> searchN, AxisSplitter<P> splitter)