
| Interface | Description | 
|---|---|
| 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 | Description | 
|---|---|
| OPTICSColorFromStylingPolicy | 
 Adapter that uses a styling policy 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. 
 | 
Code for drawing OPTICS plots