
public abstract static class OPTICSXi.SteepArea extends Object
| Modifier and Type | Field and Description | 
|---|---|
private int | 
endindex
End index of down-area 
 | 
private double | 
maximum
Maximum value 
 | 
private int | 
startindex
Start index of down-area 
 | 
| Constructor and Description | 
|---|
OPTICSXi.SteepArea(int startindex,
                  int endindex,
                  double maximum)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getEndIndex()
End index 
 | 
double | 
getMaximum()
Get the start value = maximum value 
 | 
int | 
getStartIndex()
Start index 
 | 
private int startindex
private int endindex
private double maximum