
public class OPTICSProjector extends Object implements Projector
| Modifier and Type | Field and Description |
|---|---|
private ClusterOrder |
clusterOrder
Cluster order result
|
private OPTICSPlot |
plot
OPTICS plot image
|
| Constructor and Description |
|---|
OPTICSProjector(ClusterOrder co)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PlotItem> |
arrange(VisualizerContext context)
Produce an arrangement of projections.
|
String |
getMenuName()
Name to display in the menu.
|
OPTICSPlot |
getOPTICSPlot(VisualizerContext context)
Get or produce the actual OPTICS plot.
|
ClusterOrder |
getResult()
Get the cluster order
|
private ClusterOrder clusterOrder
private OPTICSPlot plot
public OPTICSProjector(ClusterOrder co)
co - Cluster orderpublic String getMenuName()
VisualizationItemnull or empty string.getMenuName in interface VisualizationItempublic Collection<PlotItem> arrange(VisualizerContext context)
Projectorpublic ClusterOrder getResult()
public OPTICSPlot getOPTICSPlot(VisualizerContext context)
context - Context to useCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.