Class KMC2.Par

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Direct Known Subclasses:
    AFKMC2.Par
    Enclosing class:
    KMC2

    public static class KMC2.Par
    extends AbstractKMeansInitialization.Par
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int m
      Number of sampling attempts.
      static elki.utilities.optionhandling.OptionID M_ID
      Parameter m of the AFK-MC² method.
    • 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)  
      KMC2 make()  
      • Methods inherited from class java.lang.Object

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

      • M_ID

        public static final elki.utilities.optionhandling.OptionID M_ID
        Parameter m of the AFK-MC² method.
      • m

        protected int m
        Number of sampling attempts.
    • 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
        Overrides:
        configure in class AbstractKMeansInitialization.Par
      • make

        public KMC2 make()