Package elki.visualization.projector
Class ScatterPlotProjector<V extends SpatialComparable>
- java.lang.Object
-
- elki.visualization.projector.ScatterPlotProjector<V>
-
- Type Parameters:
V
- Vector type
- All Implemented Interfaces:
Projector
,VisualizationItem
public class ScatterPlotProjector<V extends SpatialComparable> extends java.lang.Object implements Projector
ScatterPlotProjector is responsible for producing a set of scatterplot visualizations.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description ScatterPlotProjector(Relation<V> rel, int maxdim)
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.
-
dmax
int dmax
Database dimensionality.
-
-
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.
-
-