Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

public class OPTICSNumberDistance
extends Object
implements OPTICSDistanceAdapter<NumberDistance<?,?>>

Adapter that will map a regular number distance to its double value.

Author:
Erich Schubert

Constructor Summary
OPTICSNumberDistance()
          Default constructor.
 
Method Summary
 double getDoubleForEntry(ClusterOrderEntry<NumberDistance<?,?>> 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

OPTICSNumberDistance

public OPTICSNumberDistance()
Default constructor.

Method Detail

getDoubleForEntry

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

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

Release 0.3 (2010-03-31_1612)