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()
VisualizationItem
null
or empty string.getMenuName
in interface VisualizationItem
public int getInputDimensionality()
Projection
getInputDimensionality
in interface Projection
public LinearScale getScale(int d)
Projection
getScale
in interface Projection
d
- Dimensionpublic OPTICSPlot getOPTICSPlot(VisualizerContext context)
context
- Context to usepublic ClusterOrder getResult()
public Projector getProjector()
Projection
getProjector
in interface Projection
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.