Class FastCLARANS.Par<V>

  • All Implemented Interfaces:
    Parameterizer
    Enclosing class:
    FastCLARANS<V>

    public static class FastCLARANS.Par<V>
    extends CLARANS.Par<V>
    Parameterization class.
    Author:
    Erich Schubert
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • defaultRate

        protected double defaultRate()
        Description copied from class: CLARANS.Par
        Default sampling rate.
        Overrides:
        defaultRate in class CLARANS.Par<V>
        Returns:
        Default sampling rate.
      • make

        public FastCLARANS<V> make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Specified by:
        make in interface Parameterizer
        Overrides:
        make in class CLARANS.Par<V>
        Returns:
        a new instance