Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms.
|
de.lmu.ifi.dbs.elki.visualization.visualizers.scatterplot.cluster |
Visualizers for clustering results based on 2D projections.
|
Modifier and Type | Method and Description |
---|---|
Clustering<EMModel<V>> |
EM.run(Database database,
Relation<V> relation)
Performs the EM clustering algorithm on the given database.
|
Modifier and Type | Field and Description |
---|---|
(package private) Clustering<EMModel<NV>> |
EMClusterVisualization.Instance.clustering
The result we work on
|