|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult de.lmu.ifi.dbs.elki.visualization.projector.ScatterPlotProjector<V>
V
- Vector typepublic class ScatterPlotProjector<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 | |
---|---|
ScatterPlotProjector(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()
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 ScatterPlotProjector(Relation<V> rel, int maxdim)
rel
- Relationmaxdim
- Maximum dimension to useMethod Detail |
---|
public Collection<PlotItem> arrange()
Projector
arrange
in interface Projector
public String getLongName()
Result
getLongName
in interface Result
public String getShortName()
Result
getShortName
in interface Result
public Relation<V> getRelation()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |