1 reference to _anomalyPreDeltaThreshold
Microsoft.ML.TimeSeries (1)
RootCauseAnalyzer.cs (1)
651
return Math.Abs(pre) / Math.Abs(current) >
_anomalyPreDeltaThreshold
;