Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.em |
Expectation-Maximization clustering algorithm.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.clustering |
Clustering based outlier detection.
|
Modifier and Type | Method and Description |
---|---|
protected EM<V,M> |
EM.Parameterizer.makeInstance() |
Modifier and Type | Field and Description |
---|---|
protected EM<V,?> |
EMOutlier.Parameterizer.em
EM clustering algorithm to run.
|
private EM<V,?> |
EMOutlier.emClustering
Inner algorithm.
|
Constructor and Description |
---|
EMOutlier(EM<V,?> emClustering)
Constructor with an existing em clustering algorithm.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.