de.lmu.ifi.dbs.elki.visualization.opticsplot
Interface OPTICSDistanceAdapter<D extends Distance<D>>

Type Parameters:
D - Distance type
All Known Implementing Classes:
OPTICSCorrelationDimensionalityDistance, OPTICSNumberDistance

public interface OPTICSDistanceAdapter<D extends Distance<D>>

Interface to map ClusterOrderEntries to double values to use in the OPTICS plot.


Method Summary
 double getDoubleForEntry(ClusterOrderEntry<D> coe)
          Get the double value for plotting for a cluster order entry.
 

Method Detail

getDoubleForEntry

double getDoubleForEntry(ClusterOrderEntry<D> coe)
Get the double value for plotting for a cluster order entry.

Parameters:
coe - Cluster Order Entry
Returns:
Double value (height)

Release 0.4.0 (2011-09-20_1324)