
public abstract class AbstractProjection extends Object implements Projection
| Modifier and Type | Field and Description |
|---|---|
private Projector |
p
Projector used
|
protected LinearScale[] |
scales
Scales in data set
|
INVSCALE, SCALE| Constructor and Description |
|---|
AbstractProjection(Projector p,
LinearScale[] scales)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInputDimensionality()
Get the input dimensionality of the projection.
|
String |
getMenuName()
Name to display in the menu.
|
Projector |
getProjector()
Projector used for generating this projection.
|
LinearScale |
getScale(int d)
Get the scales used, for rendering scales mostly.
|
protected final LinearScale[] scales
private final Projector p
public AbstractProjection(Projector p, LinearScale[] scales)
p - Projectorscales - Scales to usepublic int getInputDimensionality()
ProjectiongetInputDimensionality in interface Projectionpublic LinearScale getScale(int d)
getScale in interface Projectiond - Dimensionpublic String getMenuName()
VisualizationItemnull or empty string.getMenuName in interface VisualizationItempublic Projector getProjector()
ProjectiongetProjector in interface ProjectionCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.