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