Package elki.clustering.kmeans.spherical
Class EuclideanSphericalElkanKMeans.Par<V extends NumberVector>
- java.lang.Object
-
- elki.clustering.kmeans.AbstractKMeans.Par<V>
-
- elki.clustering.kmeans.spherical.SphericalKMeans.Par<V>
-
- elki.clustering.kmeans.spherical.EuclideanSphericalSimplifiedElkanKMeans.Par<V>
-
- elki.clustering.kmeans.spherical.EuclideanSphericalElkanKMeans.Par<V>
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- EuclideanSphericalElkanKMeans<V extends NumberVector>
public static class EuclideanSphericalElkanKMeans.Par<V extends NumberVector> extends EuclideanSphericalSimplifiedElkanKMeans.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 EuclideanSphericalElkanKMeans<V>make()Make an instance after successful configuration.-
Methods inherited from class elki.clustering.kmeans.spherical.EuclideanSphericalSimplifiedElkanKMeans.Par
configure
-
Methods inherited from class elki.clustering.kmeans.AbstractKMeans.Par
getParameterDistance, getParameterInitialization, getParameterK, getParameterMaxIter, getParameterVarstat, needsMetric
-
-
-
-
Method Detail
-
make
public EuclideanSphericalElkanKMeans<V> make()
Description copied from interface:ParameterizerMake an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Objectas return type.- Specified by:
makein interfaceParameterizer- Overrides:
makein classEuclideanSphericalSimplifiedElkanKMeans.Par<V extends NumberVector>- Returns:
- a new instance
-
-