Package elki.index.tree.spatial.kd.split
-
Interface Summary Interface Description SplitStrategy Split strategy for full k-d-tree construction. -
Class Summary Class Description BoundedMidpointSplit Bounded midpoint splitting.BoundedMidpointSplit.Par ParameterizerLeastOneDimSSQSplit Split by the best reduction in sum-of-squares, but only considering one dimension at a time.LeastOneDimSSQSplit.Par ParameterizerLeastSSQSplit Split by the best reduction in sum-of-squares.LeastSSQSplit.Par ParameterizerMeanVarianceSplit Split on the median of the axis with the largest variance.MeanVarianceSplit.Par ParameterizerMedianSplit Split on the median of the axis with the largest length.MedianSplit.Par ParameterizerMedianVarianceSplit Split on the median of the axis with the largest variance.MedianVarianceSplit.Par ParameterizerMidpointSplit Classic midpoint split, halfway on the axis of largest extend.MidpointSplit.Par ParameterizerSplitStrategy.Info Split information.SplitStrategy.Util Utility functions.