| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering | 
 Clustering algorithms. 
 | 
| 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.Instance.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.Instance.drawClusters(Clustering<OPTICSModel> clustering,
            Hierarchy.Iter<Cluster<OPTICSModel>> clusters,
            int depth,
            Map<Cluster<?>,String> colormap)
Recursively draw clusters 
 | 
private void | 
OPTICSClusterVisualization.Instance.drawClusters(Clustering<OPTICSModel> clustering,
            Hierarchy.Iter<Cluster<OPTICSModel>> clusters,
            int depth,
            Map<Cluster<?>,String> colormap)
Recursively draw clusters 
 |