4 writes to Score
Microsoft.ML.TimeSeries (4)
RootCauseAnalyzer.cs (4)
374
dst.Items[i].
Score
= 1;
378
dst.Items[i].
Score
= GetFinalScore(scoreList[i].Surprise, Math.Abs(scoreList[i].ExplanatoryScore), beta);
390
dst.Items[0].
Score
= 1;
394
dst.Items[0].
Score
= GetFinalScore(scores.Item1, scores.Item2, beta);
2 references to Score
Microsoft.ML.Samples (2)
Dynamic\Transforms\TimeSeries\LocalizeRootCause.cs (1)
31
Console.WriteLine($"Score: {item.
Score
}, Path: {String.Join(" ", item.Path)}, Direction: {item.Direction}, Dimension:{String.Join(" ", item.Dimension)}");
Dynamic\Transforms\TimeSeries\LocalizeRootCauseMultidimension.cs (1)
34
Console.WriteLine($"Score: {item.
Score
}, Path: {String.Join(" ", item.Path)}, Direction: {item.Direction}, Dimension:{String.Join(" ", item.Dimension)}");