Uses of Interface
org.ddogleg.nn.alg.AxisSplitRule
-
Uses of AxisSplitRule in org.ddogleg.nn.alg
Modifier and TypeClassDescriptionclass
Selects the axis with the largest variance to split.class
Randomly selects the larger variances.ModifierConstructorDescriptionAxisSplitterMedian
(KdTreeDistance<P> distance, AxisSplitRule splitRule)