Class LeastSSQSplit

  • All Implemented Interfaces:
    SplitStrategy

    public class LeastSSQSplit
    extends java.lang.Object
    implements SplitStrategy
    Split by the best reduction in sum-of-squares.
    Since:
    0.8.0
    Author:
    Erich Schubert
    • Field Detail

      • STATIC

        public static final LeastSSQSplit STATIC
        Static instance.
    • Constructor Detail

      • LeastSSQSplit

        public LeastSSQSplit()