V
- Vector typepublic class HistogramProjector<V extends NumberVector> extends 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 |
---|
HistogramProjector(Relation<V> rel,
int maxdim)
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()
Get the relation we project.
|
Relation<V extends NumberVector> rel
int dmax
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.