
V - Vector typepublic class ScatterPlotProjector<V extends NumberVector<?>> extends AbstractHierarchicalResult implements Projector
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | dmaxDatabase dimensionality. | 
| (package private) Relation<V> | relRelation we project. | 
| Constructor and Description | 
|---|
| ScatterPlotProjector(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()The relation we project. | 
| String | getShortName()A short name for the result, useful for file names. | 
addChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHierarchy, setHierarchyRelation<V extends NumberVector<?>> rel
int dmax
public Collection<PlotItem> arrange()
Projectorpublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Result