Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
Modifier and Type | Method and Description |
---|---|
protected EM<V> |
EM.Parameterizer.makeInstance() |
Modifier and Type | Field and Description |
---|---|
protected EM<V> |
EMOutlier.Parameterizer.em |
private EM<V> |
EMOutlier.emClustering
Inner algorithm.
|
Constructor and Description |
---|
EMOutlier(EM<V> emClustering)
Constructor with an existing em clustering algorithm.
|