|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepArea
public abstract static class OPTICSXi.SteepArea
Data structure to represent a steep-down-area for the xi method.
Field Summary | |
---|---|
private int |
endindex
End index of down-area |
private double |
maximum
Maximum value |
private int |
startindex
Start index of down-area |
Constructor Summary | |
---|---|
OPTICSXi.SteepArea(int startindex,
int endindex,
double maximum)
Constructor. |
Method Summary | |
---|---|
int |
getEndIndex()
End index |
double |
getMaximum()
Get the start value = maximum value |
int |
getStartIndex()
Start index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int startindex
private int endindex
private double maximum
Constructor Detail |
---|
public OPTICSXi.SteepArea(int startindex, int endindex, double maximum)
startindex
- Start indexendindex
- End indexmaximum
- Maximum valueMethod Detail |
---|
public int getStartIndex()
public int getEndIndex()
public double getMaximum()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |