|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
de.lmu.ifi.dbs.elki.visualization.projector.HistogramProjector<V>
V - Vector typepublic class HistogramProjector<V extends NumberVector<?,?>>

ScatterPlotProjector is responsible for producing a set of scatterplot visualizations.
| Field Summary | |
|---|---|
(package private) int |
dmax
Database dimensionality |
(package private) Relation<V> |
rel
Relation we project |
(package private) LinearScale[] |
scales
Axis scales |
| Constructor Summary | |
|---|---|
HistogramProjector(Relation<V> rel,
int maxdim)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult |
|---|
addChildResult, getHierarchy, setHierarchy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.lmu.ifi.dbs.elki.result.HierarchicalResult |
|---|
getHierarchy, setHierarchy |
| Field Detail |
|---|
Relation<V extends NumberVector<?,?>> rel
int dmax
LinearScale[] scales
| Constructor Detail |
|---|
public HistogramProjector(Relation<V> rel,
int maxdim)
rel - Relationmaxdim - Maximum dimension to use| Method Detail |
|---|
public Collection<PlotItem> arrange()
Projector
arrange in interface Projectorpublic String getLongName()
Result
getLongName in interface Resultpublic String getShortName()
Result
getShortName in interface Resultpublic Relation<V> getRelation()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||