Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering |
Clustering algorithms
Clustering algorithms are supposed to implement the
Algorithm -Interface. |
de.lmu.ifi.dbs.elki.visualization.visualizers.optics |
Visualizers that do work on OPTICS plots
|
Modifier and Type | Method and Description |
---|---|
private Clustering<OPTICSModel> |
OPTICSXi.extractClusters(ClusterOrderResult<N> clusterOrderResult,
Relation<?> relation,
double ixi,
int minpts)
Extract clusters from a cluster order result.
|
Clustering<OPTICSModel> |
OPTICSXi.run(Database database,
Relation<?> relation) |
Modifier and Type | Field and Description |
---|---|
(package private) Clustering<OPTICSModel> |
OPTICSClusterVisualization.clus
Our clustering
|
Modifier and Type | Method and Description |
---|---|
protected static Clustering<OPTICSModel> |
OPTICSClusterVisualization.findOPTICSClustering(Result result)
Find the first OPTICS clustering child of a result.
|
Modifier and Type | Method and Description |
---|---|
private void |
OPTICSClusterVisualization.drawClusters(List<Cluster<OPTICSModel>> clusters,
int depth)
Recursively draw clusters
|