public abstract static class OPTICSXi.SteepArea
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
endindex
End index of steep area
|
private double |
maximum
Maximum value
|
private int |
startindex
Start index of steep area
|
Constructor and Description |
---|
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
Copyright © 2019 ELKI Development Team. License information.