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