Uses of Package
de.lmu.ifi.dbs.elki.utilities.scaling.outlier

Packages that use de.lmu.ifi.dbs.elki.utilities.scaling.outlier
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 
 

Classes in de.lmu.ifi.dbs.elki.utilities.scaling.outlier used by de.lmu.ifi.dbs.elki.result
OutlierScalingFunction
          Interface for scaling functions used by Outlier evaluation such as Histograms and visualization.
 

Classes in de.lmu.ifi.dbs.elki.utilities.scaling.outlier used by de.lmu.ifi.dbs.elki.utilities.scaling.outlier
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 probability 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.
 


Release 0.4.0 (2011-09-20_1324)