Class SphericalAFKMC2.Par

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

    public static class SphericalAFKMC2.Par
    extends AFKMC2.Par
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double alpha
      Parameter to balance distance vs. uniform sampling.
      static elki.utilities.optionhandling.OptionID ALPHA_ID
      Alpha parameter, usually 1.5
      • Fields inherited from class elki.clustering.kmeans.initialization.KMC2.Par

        m, M_ID
    • 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)  
      SphericalAFKMC2 make()  
      • Methods inherited from class java.lang.Object

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

      • ALPHA_ID

        public static final elki.utilities.optionhandling.OptionID ALPHA_ID
        Alpha parameter, usually 1.5
      • alpha

        protected double alpha
        Parameter to balance distance vs. uniform sampling.
    • 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 KMC2.Par
      • make

        public SphericalAFKMC2 make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer
        Overrides:
        make in class AFKMC2.Par