V
- Vector typeM
- Model typepublic static class BestOfMultipleKMeans.Parameterizer<V extends NumberVector,M extends MeanModel> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
KMEANS_ID
Parameter to specify the kMeans variant.
|
protected KMeans<V,M> |
kMeansVariant
Variant of kMeans to use.
|
protected KMeansQualityMeasure<? super V> |
qualityMeasure
Quality measure.
|
static OptionID |
QUALITYMEASURE_ID
Parameter to specify the variant of quality measure.
|
protected int |
trials
Number of trials to perform.
|
static OptionID |
TRIALS_ID
Parameter to specify the iterations of the bisecting step.
|
Constructor and Description |
---|
BestOfMultipleKMeans.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected BestOfMultipleKMeans<V,M> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID TRIALS_ID
public static final OptionID KMEANS_ID
public static final OptionID QUALITYMEASURE_ID
protected int trials
protected KMeans<V extends NumberVector,M extends MeanModel> kMeansVariant
protected KMeansQualityMeasure<? super V extends NumberVector> qualityMeasure
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected BestOfMultipleKMeans<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.