Class KDTreePruningKMeans.Par<V extends NumberVector>

    • Field Detail

      • SPLIT_ID

        public static final OptionID SPLIT_ID
        Option ID for the splitting strategy.
      • LEAFSIZE_ID

        public static final OptionID LEAFSIZE_ID
        Option ID for the leaf size.
      • leafsize

        protected int leafsize
        Desired leaf size.
    • Constructor Detail

      • Par

        public Par()