public interface OutlierScoreMeta extends Result
Double.NaN
if not specified by the algorithm or not
computed (actual values). For theoretical values, it is explicitly allowed to
return Double.NEGATIVE_INFINITY
or Double.POSITIVE_INFINITY
.Modifier and Type | Method and Description |
---|---|
double |
getActualMaximum()
Get the actual maximum of the value range.
|
double |
getActualMinimum()
Get the actual minimum of the value range.
|
double |
getTheoreticalBaseline()
Get the theoretical baseline of the value range.
|
double |
getTheoreticalMaximum()
Get the theoretical maximum of the value range.
|
double |
getTheoreticalMinimum()
Get the theoretical minimum of the value range.
|
double |
normalizeScore(double value)
Return a normalized value of the outlier score.
|
getLongName, getShortName
double getActualMinimum()
Double.NaN
double getActualMaximum()
Double.NaN
double getTheoreticalMinimum()
Double.NaN
double getTheoreticalMaximum()
Double.NEGATIVE_INFINITY
or Double.NaN
.Double.NaN
double getTheoreticalBaseline()
Double.POSITIVE_INFINITY
here.Double.NaN
double normalizeScore(double value)
value
- outlier scoreCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.