Package elki.clustering.kmeans.spherical
Class SphericalSimplifiedElkanKMeans.Par<V extends NumberVector>
- java.lang.Object
-
- elki.clustering.kmeans.AbstractKMeans.Par<V>
-
- elki.clustering.kmeans.spherical.SphericalKMeans.Par<V>
-
- elki.clustering.kmeans.spherical.SphericalSimplifiedElkanKMeans.Par<V>
-
- All Implemented Interfaces:
Parameterizer
- Direct Known Subclasses:
SphericalElkanKMeans.Par
- Enclosing class:
- SphericalSimplifiedElkanKMeans<V extends NumberVector>
public static class SphericalSimplifiedElkanKMeans.Par<V extends NumberVector> extends SphericalKMeans.Par<V>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.clustering.kmeans.AbstractKMeans.Par
distance, initializer, k, maxiter, varstat
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(Parameterization config)
Configure the class.SphericalSimplifiedElkanKMeans<V>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.clustering.kmeans.AbstractKMeans.Par
getParameterDistance, getParameterInitialization, getParameterK, getParameterMaxIter, getParameterVarstat, needsMetric
-
-
-
-
Method Detail
-
configure
public void configure(Parameterization config)
Description copied from interface:Parameterizer
Configure the class.Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.
- Specified by:
configure
in interfaceParameterizer
- Overrides:
configure
in classSphericalKMeans.Par<V extends NumberVector>
- Parameters:
config
- Parameterization
-
make
public SphericalSimplifiedElkanKMeans<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 classSphericalKMeans.Par<V extends NumberVector>
- Returns:
- a new instance
-
-