
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 |
|---|
KMeansOutlierDetection.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
public KMeansOutlierDetection.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected KMeansOutlierDetection<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.