de.lmu.ifi.dbs.elki.visualization.opticsplot
Class OPTICSCorrelationDimensionalityDistance<D extends CorrelationDistance<D>>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSCorrelationDimensionalityDistance<D>
All Implemented Interfaces:
OPTICSDistanceAdapter<D>

public class OPTICSCorrelationDimensionalityDistance<D extends CorrelationDistance<D>>
extends Object
implements OPTICSDistanceAdapter<D>

Adapter that will map a correlation distance to its dimensionality.


Constructor Summary
OPTICSCorrelationDimensionalityDistance()
          Default constructor.
 
Method Summary
 double getDoubleForEntry(ClusterOrderEntry<D> coe)
          Get the double value for plotting for a cluster order entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OPTICSCorrelationDimensionalityDistance

public OPTICSCorrelationDimensionalityDistance()
Default constructor.

Method Detail

getDoubleForEntry

public double getDoubleForEntry(ClusterOrderEntry<D> coe)
Description copied from interface: OPTICSDistanceAdapter
Get the double value for plotting for a cluster order entry.

Specified by:
getDoubleForEntry in interface OPTICSDistanceAdapter<D extends CorrelationDistance<D>>
Parameters:
coe - Cluster Order Entry
Returns:
Double value (height)

Release 0.4.0 (2011-09-20_1324)