| BoundedMidpointSplit |
Bounded midpoint splitting.
|
| LeastOneDimSSQSplit |
Split by the best reduction in sum-of-squares, but only considering one
dimension at a time.
|
| LeastSSQSplit |
Split by the best reduction in sum-of-squares.
|
| MeanVarianceSplit |
Split on the median of the axis with the largest variance.
|
| MedianSplit |
Split on the median of the axis with the largest length.
|
| MedianVarianceSplit |
Split on the median of the axis with the largest variance.
|
| MidpointSplit |
Classic midpoint split, halfway on the axis of largest extend.
|
| SplitStrategy |
Split strategy for full k-d-tree construction.
|
| SplitStrategy.Info |
Split information.
|