
V - Vector typepublic class ScatterPlotProjector<V extends SpatialComparable> extends Object implements Projector
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
dmax
Database dimensionality.
|
(package private) Relation<V> |
rel
Relation we project.
|
| Constructor and Description |
|---|
ScatterPlotProjector(Relation<V> rel,
int maxdim)
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.
|
Relation<V> |
getRelation()
The relation we project.
|
Relation<V extends SpatialComparable> rel
int dmax
public Collection<PlotItem> arrange(VisualizerContext context)
Projectorpublic String getMenuName()
VisualizationItemnull or empty string.getMenuName in interface VisualizationItemCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.