Class FarthestSumPoints.Par<V>
- java.lang.Object
-
- elki.clustering.kmeans.initialization.AbstractKMeansInitialization.Par
-
- elki.clustering.kmeans.initialization.FarthestPoints.Par<V>
-
- elki.clustering.kmeans.initialization.FarthestSumPoints.Par<V>
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- FarthestSumPoints<O>
public static class FarthestSumPoints.Par<V> extends FarthestPoints.Par<V>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.clustering.kmeans.initialization.FarthestPoints.Par
keepfirst, KEEPFIRST_ID
-
Fields inherited from class elki.clustering.kmeans.initialization.AbstractKMeansInitialization.Par
rnd
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FarthestSumPoints<V>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.kmeans.initialization.FarthestPoints.Par
configure
-
-
-
-
Method Detail
-
make
public FarthestSumPoints<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 classFarthestPoints.Par<V>
- Returns:
- a new instance
-
-