
public class OPTICSProjection extends Object implements Projection
| Modifier and Type | Field and Description |
|---|---|
(package private) OPTICSProjector |
projector
The projector we were generated from.
|
INVSCALE, SCALE| Constructor and Description |
|---|
OPTICSProjection(OPTICSProjector opticsProjector)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInputDimensionality()
Get the input dimensionality of the projection.
|
String |
getMenuName()
Name to display in the menu.
|
OPTICSPlot |
getOPTICSPlot(VisualizerContext context)
Get or produce the actual OPTICS plot.
|
Projector |
getProjector()
Projector used for generating this projection.
|
ClusterOrder |
getResult()
Get the OPTICS cluster order.
|
LinearScale |
getScale(int d)
Get the scale class for a particular dimension.
|
OPTICSProjector projector
public OPTICSProjection(OPTICSProjector opticsProjector)
opticsProjector - OPTICS projectorpublic String getMenuName()
VisualizationItemnull or empty string.getMenuName in interface VisualizationItempublic int getInputDimensionality()
ProjectiongetInputDimensionality in interface Projectionpublic LinearScale getScale(int d)
ProjectiongetScale in interface Projectiond - Dimensionpublic OPTICSPlot getOPTICSPlot(VisualizerContext context)
context - Context to usepublic ClusterOrder getResult()
public Projector getProjector()
ProjectiongetProjector in interface ProjectionCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.