
public class OPTICSProjector<D extends Distance<D>> extends AbstractHierarchicalResult implements Projector
| Modifier and Type | Field and Description | 
|---|---|
| private ClusterOrderResult<D> | clusterOrderCluster order result | 
| private OPTICSPlot<D> | plotOPTICS plot image | 
| Constructor and Description | 
|---|
| OPTICSProjector(ClusterOrderResult<D> co)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. | 
| OPTICSPlot<D> | getOPTICSPlot(VisualizerContext context)Get or produce the actual OPTICS plot. | 
| ClusterOrderResult<D> | getResult()Get the cluster order | 
| 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, setHierarchyprivate ClusterOrderResult<D extends Distance<D>> clusterOrder
private OPTICSPlot<D extends Distance<D>> plot
public OPTICSProjector(ClusterOrderResult<D> co)
co - Cluster orderpublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Resultpublic Collection<PlotItem> arrange()
Projectorpublic ClusterOrderResult<D> getResult()
public OPTICSPlot<D> getOPTICSPlot(VisualizerContext context)
context - Context to use