1 write to _rootCauseThreshold
Microsoft.ML.TimeSeries (1)
RootCauseAnalyzer.cs (1)
27_rootCauseThreshold = rootCauseThreshold;
2 references to _rootCauseThreshold
Microsoft.ML.TimeSeries (2)
RootCauseAnalyzer.cs (2)
646if (Math.Abs(preTotal) < Math.Abs(parent) * _rootCauseThreshold) 656if (Math.Abs(total) < Math.Abs(parent) * _rootCauseThreshold)