Class AFKMC2.Par

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

    public static class AFKMC2.Par
    extends KMC2.Par
    Parameterization class.
    Author:
    Erich Schubert
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AFKMC2 make()  
      • Methods inherited from class java.lang.Object

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

      • Par

        public Par()
    • Method Detail

      • make

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