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 | 
|---|
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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected BestOfMultipleKMeans<V,M> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.