
public abstract class AbstractOPTICSVisualization extends AbstractVisualization
| Modifier and Type | Field and Description |
|---|---|
protected OPTICSProjection |
optics
The plot
|
protected double |
plotheight
Height of plot (in display units)
|
protected double |
plotwidth
Width of plot (in display units)
|
context, layer, svgp, task| Constructor and Description |
|---|
AbstractOPTICSVisualization(VisualizationTask task,
VisualizationPlot plot,
double width,
double height,
Projection proj)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterOrder |
getClusterOrder()
Access the raw cluster order
|
protected void |
makeLayerElement()
Produce a new layer element.
|
addListeners, contentChanged, destroy, fullRedraw, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, visualizationChangedprotected final OPTICSProjection optics
protected double plotwidth
protected double plotheight
public AbstractOPTICSVisualization(VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
task - Visualization task.plot - Plot to draw towidth - Embedding widthheight - Embedding heightproj - Projectionprotected void makeLayerElement()
protected ClusterOrder getClusterOrder()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.