
E - Cluster order entry typepublic abstract class AbstractOPTICSVisualization<E extends ClusterOrderEntry<?>> extends AbstractVisualization
| Modifier and Type | Field and Description |
|---|---|
protected OPTICSProjection<E> |
optics
The plot
|
protected double |
plotheight
Height of plot (in display units)
|
protected double |
plotwidth
Width of plot (in display units)
|
context, layer, pendingRedraw, svgp, task| Constructor and Description |
|---|
AbstractOPTICSVisualization(VisualizationTask task)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<E> |
getClusterOrder()
Access the raw cluster order
|
protected void |
makeLayerElement()
Produce a new layer element.
|
contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, redraw, resultAdded, resultChanged, resultRemoved, synchronizedRedrawprotected final OPTICSProjection<E extends ClusterOrderEntry<?>> optics
protected double plotwidth
protected double plotheight
public AbstractOPTICSVisualization(VisualizationTask task)
task - Visualization task.Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.