
D - Distance typepublic interface OPTICSDistanceAdapter<D extends Distance<D>>
| 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. 
 | 
double getDoubleForEntry(ClusterOrderEntry<D> coe)
coe - Cluster Order Entryboolean isInfinite(ClusterOrderEntry<D> coe)
coe - Cluster order entry