|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization
de.lmu.ifi.dbs.elki.visualization.visualizers.optics.AbstractOPTICSVisualization<D>
de.lmu.ifi.dbs.elki.visualization.visualizers.optics.OPTICSClusterVisualization<D>
D - Distance type (actually unused)public class OPTICSClusterVisualization<D extends Distance<D>>

Visualize the clusters and cluster hierarchy found by OPTICS on the OPTICS Plot.
| Nested Class Summary | |
|---|---|
static class |
OPTICSClusterVisualization.Factory
Factory class for OPTICS plot selections. |
| Field Summary | |
|---|---|
(package private) Clustering<OPTICSModel> |
clus
Our clustering |
static String |
CLUSTERING
Optics clustering we visualize |
protected static String |
CSS_BRACKET
CSS class for markers |
private static Logging |
logger
The logger for this class. |
private static String |
NAME
A short name characterizing this Visualizer. |
| Fields inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.optics.AbstractOPTICSVisualization |
|---|
optics, plotheight, plotwidth |
| Fields inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization |
|---|
context, layer, pendingRedraw, svgp, task |
| Constructor Summary | |
|---|---|
OPTICSClusterVisualization(VisualizationTask task)
Constructor. |
|
| Method Summary | |
|---|---|
private void |
addCSSClasses()
Adds the required CSS-Classes |
private void |
drawClusters(List<Cluster<OPTICSModel>> clusters,
int depth)
Recursively draw clusters |
protected static Clustering<OPTICSModel> |
findOPTICSClustering(Result result)
Find the first OPTICS clustering child of a result. |
protected void |
redraw()
Perform a full redraw. |
| Methods inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.optics.AbstractOPTICSVisualization |
|---|
getClusterOrder, makeLayerElement |
| Methods inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization |
|---|
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Logging logger
private static final String NAME
protected static final String CSS_BRACKET
public static final String CLUSTERING
Clustering<OPTICSModel> clus
| Constructor Detail |
|---|
public OPTICSClusterVisualization(VisualizationTask task)
task - Visualization task| Method Detail |
|---|
protected static Clustering<OPTICSModel> findOPTICSClustering(Result result)
result - Result to start searching at
protected void redraw()
AbstractVisualization
redraw in class AbstractVisualization
private void drawClusters(List<Cluster<OPTICSModel>> clusters,
int depth)
clusters - Current set of clustersdepth - Recursion depthprivate void addCSSClasses()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||