Class LMCLUS.Par

  • All Implemented Interfaces:
    Parameterizer
    Enclosing class:
    LMCLUS

    public static class LMCLUS.Par
    extends java.lang.Object
    implements Parameterizer
    Parameterization class
    Author:
    Erich Schubert
    • Field Detail

      • MAXDIM_ID

        public static final OptionID MAXDIM_ID
        Parameter with the maximum dimension to search for
      • MINSIZE_ID

        public static final OptionID MINSIZE_ID
        Parameter for the minimum cluster size
      • SAMPLINGL_ID

        public static final OptionID SAMPLINGL_ID
        Sampling intensity level
      • THRESHOLD_ID

        public static final OptionID THRESHOLD_ID
        Global significance threshold
      • RANDOM_ID

        public static final OptionID RANDOM_ID
        Random seeding
      • maxdim

        private int maxdim
        Maximum dimensionality to search for
      • minsize

        private int minsize
        Minimum cluster size.
      • samplingLevel

        private int samplingLevel
        Sampling level
      • threshold

        private double threshold
        Threshold
    • 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 LMCLUS 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