Uses of Interface
elki.index.tree.spatial.kd.split.SplitStrategy
-
Packages that use SplitStrategy Package Description elki.index.tree.spatial.kd K-d-tree and variants.elki.index.tree.spatial.kd.split -
-
Uses of SplitStrategy in elki.index.tree.spatial.kd
Fields in elki.index.tree.spatial.kd declared as SplitStrategy Modifier and Type Field Description (package private) SplitStrategyMemoryKDTree.Factory.Par. splitSplit stragegy(package private) SplitStrategyMemoryKDTree.Factory. splitSplit stragegyprotected SplitStrategyMemoryKDTree. splitSplit stragegyConstructors in elki.index.tree.spatial.kd with parameters of type SplitStrategy Constructor Description Factory(SplitStrategy split, int leafsize)Constructor.MemoryKDTree(Relation<O> relation, SplitStrategy split, int leafsize)Constructor. -
Uses of SplitStrategy in elki.index.tree.spatial.kd.split
Classes in elki.index.tree.spatial.kd.split that implement SplitStrategy Modifier and Type Class Description classBoundedMidpointSplitBounded midpoint splitting.classLeastOneDimSSQSplitSplit by the best reduction in sum-of-squares, but only considering one dimension at a time.classLeastSSQSplitSplit by the best reduction in sum-of-squares.classMeanVarianceSplitSplit on the median of the axis with the largest variance.classMedianSplitSplit on the median of the axis with the largest length.classMedianVarianceSplitSplit on the median of the axis with the largest variance.classMidpointSplitClassic midpoint split, halfway on the axis of largest extend.
-