public class OPTICSNumberDistance<D extends NumberDistance<D,?>> extends Object implements OPTICSDistanceAdapter<D>
Constructor and Description |
---|
OPTICSNumberDistance()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getDoubleForEntry(ClusterOrderEntry<D> coe)
Get the double value for plotting for a cluster order entry.
|
boolean |
isInfinite(ClusterOrderEntry<D> coe)
Test whether the reachability is infinite.
|
public double getDoubleForEntry(ClusterOrderEntry<D> coe)
OPTICSDistanceAdapter
getDoubleForEntry
in interface OPTICSDistanceAdapter<D extends NumberDistance<D,?>>
coe
- Cluster Order Entrypublic boolean isInfinite(ClusterOrderEntry<D> coe)
OPTICSDistanceAdapter
isInfinite
in interface OPTICSDistanceAdapter<D extends NumberDistance<D,?>>
coe
- Cluster order entry