public class OPTICSProjector<D extends Distance<D>> extends AbstractHierarchicalResult implements Projector
Modifier and Type | Field and Description |
---|---|
private ClusterOrderResult<D> |
clusterOrder
Cluster order result
|
private OPTICSPlot<D> |
plot
OPTICS 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, setHierarchy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHierarchy, setHierarchy
private ClusterOrderResult<D extends Distance<D>> clusterOrder
private OPTICSPlot<D extends Distance<D>> plot
public OPTICSProjector(ClusterOrderResult<D> co)
co
- Cluster orderpublic String getLongName()
Result
getLongName
in interface Result
public String getShortName()
Result
getShortName
in interface Result
public Collection<PlotItem> arrange()
Projector
public ClusterOrderResult<D> getResult()
public OPTICSPlot<D> getOPTICSPlot(VisualizerContext context)
context
- Context to use