Package elki.visualization.projector
Class ParallelPlotProjector<V extends SpatialComparable>
- java.lang.Object
-
- elki.visualization.projector.ParallelPlotProjector<V>
-
- Type Parameters:
V
- Vector type
- All Implemented Interfaces:
Projector
,VisualizationItem
@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
ParallelPlotProjector is responsible for producing a parallel axes visualization.Reference:
A. Inselberg
Parallel Coordinates. Visual Multidimensional Geometry and Its Applications- Since:
- 0.5.0
- Author:
- Robert Rödler
-
-
Constructor Summary
Constructors Constructor Description ParallelPlotProjector(Relation<V> rel)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
rel
Relation<V extends SpatialComparable> rel
Relation we project.
-
-
Method Detail
-
arrange
public java.util.Collection<PlotItem> arrange(VisualizerContext context)
Description copied from interface:Projector
Produce an arrangement of projections.
-
getMenuName
public java.lang.String getMenuName()
Description copied from interface:VisualizationItem
Name to display in the menu. May benull
or empty string.- Specified by:
getMenuName
in interfaceVisualizationItem
- Returns:
- Menu name.
-
-