Package elki.clustering.optics
Class OPTICSXi.SteepArea
- java.lang.Object
-
- elki.clustering.optics.OPTICSXi.SteepArea
-
- Direct Known Subclasses:
OPTICSXi.SteepDownArea
,OPTICSXi.SteepUpArea
- Enclosing class:
- OPTICSXi
public abstract static class OPTICSXi.SteepArea extends java.lang.Object
Data structure to represent a steep-down-area for the xi method.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
endindex
End index of steep area(package private) double
maximum
Maximum value(package private) int
startindex
Start index of steep area
-
Constructor Summary
Constructors Constructor Description SteepArea(int startindex, int endindex, double maximum)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEndIndex()
End indexint
getStartIndex()
Start index
-