Package de.lmu.ifi.dbs.elki.visualization.opticsplot

Code for drawing OPTICS plots

See:
          Description


Interface Summary
OPTICSColorAdapter Class to handle coloring of the OPTICS plot.
OPTICSDistanceAdapter<D extends Distance<D>> Interface to map ClusterOrderEntries to double values to use in the OPTICS plot.
 

Class Summary
OPTICSColorFromClustering Adapter that uses an existing clustering to colorize the OPTICS plot.
OPTICSColorStatic Pseudo-coloring for OPTICS plot that just uses a static color.
OPTICSCorrelationDimensionalityDistance<D extends CorrelationDistance<D>> Adapter that will map a correlation distance to its dimensionality.
OPTICSCut Compute a partitioning from an OPTICS plot by doing a horizontal cut.
OPTICSNumberDistance<D extends NumberDistance<D,?>> Adapter that will map a regular number distance to its double value.
OPTICSPlot<D extends Distance<D>> Class to produce an OPTICS plot image.
 

Package de.lmu.ifi.dbs.elki.visualization.opticsplot Description

Code for drawing OPTICS plots


Release 0.4.0 (2011-09-20_1324)