Class LMCLUS.Par

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Enclosing class:
    LMCLUS

    public static class LMCLUS.Par
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterization class
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int maxdim
      Maximum dimensionality to search for
      static elki.utilities.optionhandling.OptionID MAXDIM_ID
      Parameter with the maximum dimension to search for
      private int minsize
      Minimum cluster size.
      static elki.utilities.optionhandling.OptionID MINSIZE_ID
      Parameter for the minimum cluster size
      static elki.utilities.optionhandling.OptionID RANDOM_ID
      Random seeding
      private elki.utilities.random.RandomFactory rnd
      Random generator
      static elki.utilities.optionhandling.OptionID SAMPLINGL_ID
      Sampling intensity level
      private int samplingLevel
      Sampling level
      private double threshold
      Threshold
      static elki.utilities.optionhandling.OptionID THRESHOLD_ID
      Global significance threshold
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)  
      LMCLUS make()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAXDIM_ID

        public static final elki.utilities.optionhandling.OptionID MAXDIM_ID
        Parameter with the maximum dimension to search for
      • MINSIZE_ID

        public static final elki.utilities.optionhandling.OptionID MINSIZE_ID
        Parameter for the minimum cluster size
      • SAMPLINGL_ID

        public static final elki.utilities.optionhandling.OptionID SAMPLINGL_ID
        Sampling intensity level
      • THRESHOLD_ID

        public static final elki.utilities.optionhandling.OptionID THRESHOLD_ID
        Global significance threshold
      • RANDOM_ID

        public static final elki.utilities.optionhandling.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
      • rnd

        private elki.utilities.random.RandomFactory rnd
        Random generator
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)
        Specified by:
        configure in interface elki.utilities.optionhandling.Parameterizer
      • make

        public LMCLUS make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer