
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, getShortNamedouble getActualMinimum()
Double.NaNdouble getActualMaximum()
Double.NaNdouble getTheoreticalMinimum()
Double.NaNdouble getTheoreticalMaximum()
Double.NEGATIVE_INFINITY or Double.NaN.Double.NaNdouble getTheoreticalBaseline()
Double.POSITIVE_INFINITY here.Double.NaNdouble normalizeScore(double value)
value - outlier score