V
- Vector typepublic class ScatterPlotProjector<V extends SpatialComparable> extends java.lang.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 |
---|---|
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
int dmax
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.