public class OPTICSProjection extends java.lang.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. 
 | 
java.lang.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 java.lang.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 © 2019 ELKI Development Team. License information.