Class BetulaLloydKMeans.Par

    • Field Detail

      • STORE_IDS_ID

        public static final OptionID STORE_IDS_ID
        Option to store ids rather than reassigning.
      • IGNORE_WEIGHT_ID

        public static final OptionID IGNORE_WEIGHT_ID
        Ignore cluster weights (naive approach)
      • storeIds

        boolean storeIds
        Store ids
      • ignoreWeight

        boolean ignoreWeight
        Ignore weight
    • Constructor Detail

      • Par

        public Par()