Package moa.classifiers.rules.core.anomalydetection.probabilityfunctions
-
Interface Summary Interface Description ProbabilityFunction -
Class Summary Class Description CantellisInequality Returns the probability for anomaly detection according to a Cantelli inequality mean- mean of a data variable sd- standard deviation of a data variable value- current value of the variableChebyshevInequality Returns the probability for anomaly detection according to a Chebyshev inequality mean- mean of a data variable sd- standard deviation of a data variable value- current value of the variableGaussInequality Returns the probability for anomaly detection according to a Gauss inequality mean- mean of a data variable sd- standard deviation of a data variable value- current value of the variable