Uses of Interface
moa.classifiers.rules.core.anomalydetection.probabilityfunctions.ProbabilityFunction
-
Packages that use ProbabilityFunction Package Description moa.classifiers.rules.core.anomalydetection.probabilityfunctions -
-
Uses of ProbabilityFunction in moa.classifiers.rules.core.anomalydetection.probabilityfunctions
Classes in moa.classifiers.rules.core.anomalydetection.probabilityfunctions that implement ProbabilityFunction Modifier and Type Class Description class
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 variableclass
ChebyshevInequality
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 variableclass
GaussInequality
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
-