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, make
public static final OptionID CLUSTERING_ID
KMeans<O extends NumberVector,?> clusterer
public KMeansOutlierDetection.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected KMeansOutlierDetection<O> 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.