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, make
public static final OptionID KMEANS_ID
protected KMeans<V extends NumberVector,M extends MeanModel> kMeansVariant
protected int k
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected KMeansBisecting<V,M> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.