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:
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 double
defaultRate()
Default sampling rate.FastCLARANS<V>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.kmedoids.CLARANS.Par
configure
-
-
-
-
Method Detail
-
defaultRate
protected double defaultRate()
Description copied from class:CLARANS.Par
Default sampling rate.- Overrides:
defaultRate
in classCLARANS.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 interfaceParameterizer
- Overrides:
make
in classCLARANS.Par<V>
- Returns:
- a new instance
-
-