public static class SameSizeKMeansAlgorithm.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected NumberVectorDistanceFunction<? super V> |
distanceFunction
Distance function
|
protected KMeansInitialization |
initializer
Initialization method.
|
protected int |
k
k Parameter.
|
protected int |
maxiter
Number of iterations.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected SameSizeKMeansAlgorithm<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected int k
protected int maxiter
protected KMeansInitialization initializer
protected NumberVectorDistanceFunction<? super V extends NumberVector> distanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected SameSizeKMeansAlgorithm<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.