COPOutlierScaling |
CDF based outlier score scaling.
|
MinusLogGammaScaling |
Scaling that can map arbitrary values to a probability in the range of [0:1],
by assuming a Gamma distribution on the data and evaluating the Gamma CDF.
|
MinusLogStandardDeviationScaling |
Scaling that can map arbitrary values to a probability in the range of [0:1].
|
OutlierGammaScaling |
Scaling that can map arbitrary values to a probability in the range of [0:1]
by assuming a Gamma distribution on the values.
|
OutlierLinearScaling |
Scaling that can map arbitrary values to a value in the range of [0:1].
|
OutlierScaling |
Interface for scaling functions used by Outlier evaluation such as Histograms
and visualization.
|
OutlierSqrtScaling |
Scaling that can map arbitrary positive values to a value in the range of
[0:1].
|
SqrtStandardDeviationScaling |
Scaling that can map arbitrary values to a probability in the range of [0:1].
|
StandardDeviationScaling |
Scaling that can map arbitrary values to a probability in the range of [0:1].
|
StandardDeviationScaling.Par |
Parameterization class.
|
TopKOutlierScaling |
Outlier scaling function that only keeps the top k outliers.
|