|
||||||||||
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.OPTICSProjector<D>
public class OPTICSProjector<D extends Distance<D>>
Projection for OPTICS plots.
Field Summary | |
---|---|
private ClusterOrderResult<D> |
clusterOrder
Cluster order result |
private OPTICSPlot<D> |
plot
OPTICS plot image |
Constructor Summary | |
---|---|
OPTICSProjector(ClusterOrderResult<D> co)
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. |
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. |
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 |
---|
private ClusterOrderResult<D extends Distance<D>> clusterOrder
private OPTICSPlot<D extends Distance<D>> plot
Constructor Detail |
---|
public OPTICSProjector(ClusterOrderResult<D> co)
co
- Cluster orderMethod Detail |
---|
public String getLongName()
Result
getLongName
in interface Result
public String getShortName()
Result
getShortName
in interface Result
public Collection<PlotItem> arrange()
Projector
arrange
in interface Projector
public ClusterOrderResult<D> getResult()
public OPTICSPlot<D> getOPTICSPlot(VisualizerContext context)
context
- Context to use
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |