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(VisualizerContext context,
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(VisualizerContext context, VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
context - Visualizer contexttask - Visualization task.plot - Plot to draw towidth - Embedding widthheight - Embedding heightproj - Projectionprotected void makeLayerElement()
protected ClusterOrder getClusterOrder()
Copyright © 2019 ELKI Development Team. License information.