Class HopkinsStatisticClusteringTendency.Par

    • Field Detail

      • SAMPLESIZE_ID

        public static final OptionID SAMPLESIZE_ID
        Sample size.
      • REP_ID

        public static final OptionID REP_ID
        Parameter to specify the number of repetitions of computing the hopkins value.
      • SEED_ID

        public static final OptionID SEED_ID
        Parameter to specify the random generator seed.
      • MINIMA_ID

        public static final OptionID MINIMA_ID
        Parameter for minimum.
      • MAXIMA_ID

        public static final OptionID MAXIMA_ID
        Parameter for maximum.
      • K_ID

        public static final OptionID K_ID
        Parameter for k.
      • sampleSize

        protected int sampleSize
        Sample size.
      • rep

        protected int rep
        Number of repetitions.
      • k

        protected int k
        Nearest neighbor number.
      • maxima

        protected double[] maxima
        Stores the maximum in each dimension.
      • minima

        protected double[] minima
        Stores the minimum in each dimension.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Specified by:
        configure in interface Parameterizer
        Parameters:
        config - Parameterization
      • make

        public HopkinsStatisticClusteringTendency 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.

        Specified by:
        make in interface Parameterizer
        Returns:
        a new instance