Class PROCLUS.Par

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

    public static class PROCLUS.Par
    extends AbstractProjectedClustering.Par
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int m_i
      Multiplier for the initial number of medoids.
      static elki.utilities.optionhandling.OptionID M_I_ID
      Parameter to specify the multiplier for the initial number of medoids, must be an integer greater than 0.
      protected elki.utilities.random.RandomFactory rnd
      Random generator
      static elki.utilities.optionhandling.OptionID SEED_ID
      Parameter to specify the random generator seed.
    • 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)  
      PROCLUS make()  
      • Methods inherited from class java.lang.Object

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

      • M_I_ID

        public static final elki.utilities.optionhandling.OptionID M_I_ID
        Parameter to specify the multiplier for the initial number of medoids, must be an integer greater than 0.
      • SEED_ID

        public static final elki.utilities.optionhandling.OptionID SEED_ID
        Parameter to specify the random generator seed.
      • m_i

        protected int m_i
        Multiplier for the initial number of medoids.
      • rnd

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

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)