O - Object typepublic static class KMeansOutlierDetection.Parameterizer<O extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
(package private) KMeans<O,?> | 
clusterer
Clustering algorithm to use 
 | 
static OptionID | 
CLUSTERING_ID
Parameter for choosing the clustering algorithm. 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected KMeansOutlierDetection<O> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID CLUSTERING_ID
KMeans<O extends NumberVector,?> clusterer
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected KMeansOutlierDetection<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.