Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSColorAdapter

Packages that use OPTICSColorAdapter
de.lmu.ifi.dbs.elki.visualization.opticsplot Code for drawing OPTICS plots 
 

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

Classes in de.lmu.ifi.dbs.elki.visualization.opticsplot that implement OPTICSColorAdapter
 class OPTICSColorFromClustering
          Adapter that uses an existing clustering to colorize the OPTICS plot.
 class OPTICSColorStatic
          Pseudo-coloring for OPTICS plot that just uses a static color.
 

Fields in de.lmu.ifi.dbs.elki.visualization.opticsplot declared as OPTICSColorAdapter
(package private)  OPTICSColorAdapter OPTICSPlot.colors
          Color adapter to use
 

Constructors in de.lmu.ifi.dbs.elki.visualization.opticsplot with parameters of type OPTICSColorAdapter
OPTICSPlot(ClusterOrderResult<D> co, OPTICSColorAdapter colors, OPTICSDistanceAdapter<D> distanceAdapter)
          Constructor.
 


Release 0.3 (2010-03-31_1612)