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)
646
if (Math.Abs(preTotal) < Math.Abs(parent) *
_rootCauseThreshold
)
656
if (Math.Abs(total) < Math.Abs(parent) *
_rootCauseThreshold
)