V
- Vector typepublic class HistogramProjector<V extends NumberVector<?>> extends AbstractHierarchicalResult 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()
Produce an arrangement of projections.
|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
Relation<V> |
getRelation()
Get the relation we project.
|
String |
getShortName()
A short name for the result, useful for file names.
|
addChildResult, getHierarchy, setHierarchy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHierarchy, setHierarchy
Relation<V extends NumberVector<?>> rel
int dmax
public Collection<PlotItem> arrange()
Projector
public String getLongName()
Result
getLongName
in interface Result
public String getShortName()
Result
getShortName
in interface Result