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.ObjectData structure to represent a steep-down-area for the xi method.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intendindexEnd index of steep area(package private) doublemaximumMaximum value(package private) intstartindexStart 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 intgetEndIndex()End indexintgetStartIndex()Start index
-