V
- Vector type@Reference(authors="A. Inselberg", title="Parallel Coordinates. Visual Multidimensional Geometry and Its Applications", booktitle="", url="https://doi.org/10.1007/978-0-387-68628-8", bibkey="doi:10.1007/978-0-387-68628-8") public class ParallelPlotProjector<V extends SpatialComparable> extends java.lang.Object implements Projector
Reference:
A. Inselberg
Parallel Coordinates. Visual Multidimensional Geometry and Its Applications
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 |
---|---|
java.util.Collection<PlotItem> |
arrange(VisualizerContext context)
Produce an arrangement of projections.
|
java.lang.String |
getMenuName()
Name to display in the menu.
|
Relation<V> |
getRelation()
The relation we project.
|
Relation<V extends SpatialComparable> rel
public java.util.Collection<PlotItem> arrange(VisualizerContext context)
Projector
public java.lang.String getMenuName()
VisualizationItem
null
or empty string.getMenuName
in interface VisualizationItem
Copyright © 2019 ELKI Development Team. License information.