Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

public interface OPTICSDistanceAdapter<D extends Distance<?>>

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

Author:
Erich Schubert

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.3 (2010-03-31_1612)