Package elki.clustering.kmedoids
Class FastCLARANS.Par<V>
- java.lang.Object
-
- elki.clustering.kmedoids.CLARANS.Par<V>
-
- elki.clustering.kmedoids.FastCLARANS.Par<V>
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- FastCLARANS<V>
public static class FastCLARANS.Par<V> extends CLARANS.Par<V>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.clustering.kmedoids.CLARANS.Par
distance, k, maxneighbor, NEIGHBORS_ID, numlocal, random, RANDOM_ID, RESTARTS_ID
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doubledefaultRate()Default sampling rate.FastCLARANS<V>make()-
Methods inherited from class elki.clustering.kmedoids.CLARANS.Par
configure
-
-
-
-
Method Detail
-
defaultRate
protected double defaultRate()
Description copied from class:CLARANS.ParDefault sampling rate.- Overrides:
defaultRatein classCLARANS.Par<V>- Returns:
- Default sampling rate.
-
make
public FastCLARANS<V> make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer- Overrides:
makein classCLARANS.Par<V>
-
-