Uses of Interface
org.ddogleg.nn.alg.AxisSplitRule
Packages that use AxisSplitRule
-
Uses of AxisSplitRule in org.ddogleg.nn.alg
Classes in org.ddogleg.nn.alg that implement AxisSplitRuleModifier and TypeClassDescriptionclass
Selects the axis with the largest variance to split.class
Randomly selects the larger variances.Constructors in org.ddogleg.nn.alg with parameters of type AxisSplitRuleModifierConstructorDescriptionAxisSplitterMedian
(KdTreeDistance<P> distance, AxisSplitRule splitRule)