Class CFKPlusPlusLeaves.Par

    • Field Detail

      • KMPP_DISTANCE_ID

        public static final OptionID KMPP_DISTANCE_ID
        k Means distance.
      • FIRST_UNIFORM_ID

        public static final OptionID FIRST_UNIFORM_ID
        Choose the first center based on variance contribution.
      • dist

        CFInitWeight dist
        Distance function to use for initial means
      • firstUniform

        boolean firstUniform
        Choose the first center based on variance contribution.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • make

        public CFKPlusPlusLeaves make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Returns:
        a new instance