3 writes to Value
Microsoft.ML.TimeSeries (3)
RootCauseAnalyzer.cs (2)
419
p.
Value
= +leave.Value;
427
p.
Value
= p.Value / count;
RootCauseLocalizationType.cs (1)
220
Value
= value;
10 references to Value
Microsoft.ML.TimeSeries (10)
RootCauseAnalyzer.cs (10)
336
if (rootCausePoint.ExpectedValue < rootCausePoint.
Value
)
340
else if (rootCausePoint.ExpectedValue > rootCausePoint.
Value
)
419
p.Value = +leave.
Value
;
427
p.Value = p.
Value
/ count;
576
if (anomalyPoint.
Value
== 0)
582
q = rootCausePoint.
Value
/ anomalyPoint.
Value
;
632
double ep = anomalyPoint.
Value
- anomalyPoint.ExpectedValue == 0 ? 0 : Math.Abs((rootCausePoint.
Value
- rootCausePoint.ExpectedValue) / (anomalyPoint.
Value
- anomalyPoint.ExpectedValue));