
| Modifier and Type | Field and Description |
|---|---|
(package private) List<DoubleDistanceClusterOrderEntry> |
co
Cluster order
|
(package private) DoubleDistanceClusterOrderEntry |
ecurr
Current entry
|
(package private) DoubleDistanceClusterOrderEntry |
esucc
Next entry
|
(package private) int |
index
Current position
|
| Constructor and Description |
|---|
SteepScanPosition(List<DoubleDistanceClusterOrderEntry> co)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there is a next value.
|
void |
next()
Advance to the next entry
|
boolean |
steepDown(double ixi)
Test for a steep down area.
|
boolean |
steepUp(double ixi)
Test for a steep up point.
|
List<DoubleDistanceClusterOrderEntry> co
int index
DoubleDistanceClusterOrderEntry ecurr
DoubleDistanceClusterOrderEntry esucc
public SteepScanPosition(List<DoubleDistanceClusterOrderEntry> 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)Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.