V - Vector typepublic class HistogramProjector<V extends NumberVector> 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 |
|---|
HistogramProjector(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()
Get the relation we project.
|
Relation<V extends NumberVector> rel
int dmax
public java.util.Collection<PlotItem> arrange(VisualizerContext context)
Projectorpublic java.lang.String getMenuName()
VisualizationItemnull or empty string.getMenuName in interface VisualizationItemCopyright © 2019 ELKI Development Team. License information.