Package elki.clustering.optics
Class OPTICSXi.SteepUpArea
- java.lang.Object
-
- elki.clustering.optics.OPTICSXi.SteepArea
-
- elki.clustering.optics.OPTICSXi.SteepUpArea
-
- Enclosing class:
- OPTICSXi
public static class OPTICSXi.SteepUpArea extends OPTICSXi.SteepArea
Data structure to represent a steep-down-area for the xi method.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.clustering.optics.OPTICSXi.SteepArea
endindex, maximum, startindex
-
-
Constructor Summary
Constructors Constructor Description SteepUpArea(int startindex, int endindex, double endDouble)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class elki.clustering.optics.OPTICSXi.SteepArea
getEndIndex, getStartIndex
-
-