
N - Distance typeprivate static class OPTICSXi.SteepScanPosition<N extends NumberDistance<N,?>> extends Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) List<ClusterOrderEntry<N>> | coCluster order | 
| (package private) ClusterOrderEntry<N> | ecurrCurrent entry | 
| (package private) ClusterOrderEntry<N> | esuccNext entry | 
| (package private) int | indexCurrent 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)