
V - Vector typeM - Model typepublic static class KMeansBisecting.Parameterizer<V extends NumberVector,M extends MeanModel> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected int |
k
Desired number of clusters.
|
static OptionID |
KMEANS_ID
Parameter to specify the kMeans variant.
|
protected KMeans<V,M> |
kMeansVariant
Variant of kMeans
|
| Constructor and Description |
|---|
KMeansBisecting.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected KMeansBisecting<V,M> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID KMEANS_ID
protected KMeans<V extends NumberVector,M extends MeanModel> kMeansVariant
protected int k
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected KMeansBisecting<V,M> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.