public static class UnivariateOutlierDetector.SimpleValue extends Object implements UnivariateOutlierDetector.IValue
| Constructor and Description |
|---|
SimpleValue(Double value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2) |
int |
compareTo(Object o) |
Double |
getValue() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprotected Double value
public SimpleValue(Double value)
public Double getValue()
getValue in interface UnivariateOutlierDetector.IValuepublic int compare(Object o1, Object o2)
compare in interface Comparatorpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2017. All Rights Reserved.