| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
| de.lmu.ifi.dbs.elki.utilities.scaling.outlier |
Scaling of Outlier scores, that require a statistical analysis of the occurring values
|
| Class and Description |
|---|
| OutlierScalingFunction
Interface for scaling functions used by Outlier evaluation such as Histograms
and visualization.
|
| Class and Description |
|---|
| 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].
|
| OutlierScalingFunction
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.Parameterizer
Parameterization class.
|
| TopKOutlierScaling
Outlier scaling function that only keeps the top k outliers.
|