
public class OPTICSNumberDistanceAdapter extends Object implements OPTICSDistanceAdapter<DoubleDistanceClusterOrderEntry>
| Constructor and Description |
|---|
OPTICSNumberDistanceAdapter()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleForEntry(DoubleDistanceClusterOrderEntry coe)
Get the double value for plotting for a cluster order entry.
|
boolean |
isInfinite(DoubleDistanceClusterOrderEntry coe)
Test whether the reachability is infinite.
|
public OPTICSNumberDistanceAdapter()
public double getDoubleForEntry(DoubleDistanceClusterOrderEntry coe)
OPTICSDistanceAdaptergetDoubleForEntry in interface OPTICSDistanceAdapter<DoubleDistanceClusterOrderEntry>coe - Cluster Order Entrypublic boolean isInfinite(DoubleDistanceClusterOrderEntry coe)
OPTICSDistanceAdapterisInfinite in interface OPTICSDistanceAdapter<DoubleDistanceClusterOrderEntry>coe - Cluster order entryCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.