Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.visualization.opticsplot
Class OPTICSCorrelationDimensionalityDistance

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

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

Adapter that will map a correlation distance to its dimensionality.

Author:
Erich Schubert

Constructor Summary
OPTICSCorrelationDimensionalityDistance()
          Default constructor.
 
Method Summary
 double getDoubleForEntry(ClusterOrderEntry<CorrelationDistance<?>> 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<CorrelationDistance<?>> coe)
Description copied from interface: OPTICSDistanceAdapter
Get the double value for plotting for a cluster order entry.

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

Release 0.3 (2010-03-31_1612)