
N - Distance typeprivate static class OPTICSXi.SteepScanPosition<N extends NumberDistance<N,?>> extends Object
| Modifier and Type | Field and Description | 
|---|---|
(package private) List<ClusterOrderEntry<N>> | 
co
Cluster order 
 | 
(package private) ClusterOrderEntry<N> | 
ecurr
Current entry 
 | 
(package private) ClusterOrderEntry<N> | 
esucc
Next entry 
 | 
(package private) int | 
index
Current position 
 | 
| Constructor and Description | 
|---|
OPTICSXi.SteepScanPosition(List<ClusterOrderEntry<N>> co)
Constructor. 
 | 
List<ClusterOrderEntry<N extends NumberDistance<N,?>>> co
int index
ClusterOrderEntry<N extends NumberDistance<N,?>> ecurr
ClusterOrderEntry<N extends NumberDistance<N,?>> esucc
public OPTICSXi.SteepScanPosition(List<ClusterOrderEntry<N>> co)
co - Cluster orderpublic void next()
public boolean hasNext()
public boolean steepUp(double ixi)
ixi - steepness factor (1-xi)public boolean steepDown(double ixi)
ixi - Steepness factor (1-xi)