3 writes to Delta
Microsoft.ML.TimeSeries (3)
RootCauseAnalyzer.cs (2)
421p.Delta = +leave.Delta; 429p.Delta = p.Delta / count;
RootCauseLocalizationType.cs (1)
224Delta = value - expectedValue;
10 references to Delta
Microsoft.ML.TimeSeries (10)
RootCauseAnalyzer.cs (10)
205anomalyPoints = anomalyPoints.OrderBy(x => x.Delta).ToList(); 207if (root.Delta > 0) 213anomalyPoints = anomalyPoints.FindAll(x => x.Delta < 0); 225if (StopAnomalyComparison(delta, root.Delta, anomaly.Delta, preDelta)) 230delta += anomaly.Delta; 232preDelta = anomaly.Delta; 236if (ShouldSeparateAnomaly(delta, root.Delta, pointSize, causeList.Count)) 421p.Delta = +leave.Delta; 429p.Delta = p.Delta / count;