Uses of Class
com.nmontytskyi.monitoring.detector.AnomalyDetector.AnomalyResult
Packages that use AnomalyDetector.AnomalyResult
-
Uses of AnomalyDetector.AnomalyResult in com.nmontytskyi.monitoring.detector
Methods in com.nmontytskyi.monitoring.detector that return AnomalyDetector.AnomalyResultModifier and TypeMethodDescriptionAnalyses the current value against a set of historical measurements.AnomalyDetector.AnomalyResult.insufficient()Returns a result indicating insufficient data for analysis.AnomalyDetector.AnomalyResult.of(double zScore, boolean anomaly) Creates a result with sufficient data available.