Uses of Class
de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot

Packages that use OPTICSPlot
de.lmu.ifi.dbs.elki.visualization.opticsplot Code for drawing OPTICS plots 
de.lmu.ifi.dbs.elki.visualization.projector Projectors are responsible for finding appropriate projections for data relations. 
 

Uses of OPTICSPlot in de.lmu.ifi.dbs.elki.visualization.opticsplot
 

Methods in de.lmu.ifi.dbs.elki.visualization.opticsplot that return OPTICSPlot
static
<D extends Distance<D>>
OPTICSPlot<D>
OPTICSPlot.plotForClusterOrder(ClusterOrderResult<D> co, VisualizerContext context)
          Static method to find an optics plot for a result, or to create a new one using the given context.
 

Uses of OPTICSPlot in de.lmu.ifi.dbs.elki.visualization.projector
 

Fields in de.lmu.ifi.dbs.elki.visualization.projector declared as OPTICSPlot
private  OPTICSPlot<D> OPTICSProjector.plot
          OPTICS plot image
 

Methods in de.lmu.ifi.dbs.elki.visualization.projector that return OPTICSPlot
 OPTICSPlot<D> OPTICSProjector.getOPTICSPlot(VisualizerContext context)
          Get or produce the actual OPTICS plot.
 


Release 0.4.0 (2011-09-20_1324)