Class FastPAM.Par<V>

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Direct Known Subclasses:
    FastCLARA.Par, FasterPAM.Par
    Enclosing class:
    FastPAM<O>

    public static class FastPAM.Par<V>
    extends FastPAM1.Par<V>
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double fasttol
      Tolerance for fast swapping behavior (may perform worse swaps).
      static elki.utilities.optionhandling.OptionID FASTTOL_ID
      Tolerance for performing additional swaps.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • FASTTOL_ID

        public static final elki.utilities.optionhandling.OptionID FASTTOL_ID
        Tolerance for performing additional swaps.
      • fasttol

        protected double fasttol
        Tolerance for fast swapping behavior (may perform worse swaps).
    • 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 PAM.Par<V>
      • make

        public FastPAM<V> make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer
        Overrides:
        make in class FastPAM1.Par<V>