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) SplitStrategy
MemoryKDTree.Factory.Par. split
Split stragegy(package private) SplitStrategy
MemoryKDTree.Factory. split
Split stragegyprotected SplitStrategy
MemoryKDTree. split
Split 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 class
BoundedMidpointSplit
Bounded midpoint splitting.class
LeastOneDimSSQSplit
Split by the best reduction in sum-of-squares, but only considering one dimension at a time.class
LeastSSQSplit
Split by the best reduction in sum-of-squares.class
MeanVarianceSplit
Split on the median of the axis with the largest variance.class
MedianSplit
Split on the median of the axis with the largest length.class
MedianVarianceSplit
Split on the median of the axis with the largest variance.class
MidpointSplit
Classic midpoint split, halfway on the axis of largest extend.
-