|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepScanPosition<N>
N - Distance typeprivate static class OPTICSXi.SteepScanPosition<N extends NumberDistance<N,?>>

Position when scanning for steep areas
| Field Summary | |
|---|---|
(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 Summary | |
|---|---|
OPTICSXi.SteepScanPosition(List<ClusterOrderEntry<N>> co)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
List<ClusterOrderEntry<N extends NumberDistance<N,?>>> co
int index
ClusterOrderEntry<N extends NumberDistance<N,?>> ecurr
ClusterOrderEntry<N extends NumberDistance<N,?>> esucc
| Constructor Detail |
|---|
public OPTICSXi.SteepScanPosition(List<ClusterOrderEntry<N>> co)
co - Cluster order| Method Detail |
|---|
public 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)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||