Class CFKPlusPlusTree.Par

    • Field Detail

      • DEPTH_ID

        public static final OptionID DEPTH_ID
        Depth of the trunk based stragegy.
      • 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 uniformly from the cluster feature.
      • depth

        int depth
        Maximum depth to choose from.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • make

        public CFKPlusPlusTree 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