E
- Cluster order entry typepublic class OPTICSProjector<E extends ClusterOrderEntry<?>> extends AbstractHierarchicalResult implements Projector
Modifier and Type | Field and Description |
---|---|
private ClusterOrderResult<E> |
clusterOrder
Cluster order result
|
private OPTICSPlot<E> |
plot
OPTICS plot image
|
Constructor and Description |
---|
OPTICSProjector(ClusterOrderResult<E> 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<E> |
getOPTICSPlot(VisualizerContext context)
Get or produce the actual OPTICS plot.
|
ClusterOrderResult<E> |
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<E extends ClusterOrderEntry<?>> clusterOrder
private OPTICSPlot<E extends ClusterOrderEntry<?>> plot
public OPTICSProjector(ClusterOrderResult<E> 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<E> getResult()
public OPTICSPlot<E> getOPTICSPlot(VisualizerContext context)
context
- Context to useCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.