1 write to Scores
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
469
Scores
= new Single[_topK];
4 references to Scores
Microsoft.ML.Data (4)
Evaluators\AnomalyDetectionEvaluator.cs (4)
166
scores.AddRange(agg.
Scores
.Take(agg.NumTopExamples));
171
topKStratCol.AddRange(agg.
Scores
.Select(x => stratColKey));
172
topKStratVal.AddRange(agg.
Scores
.Select(x => stratColVal));
496
Scores
[_topExamples.Count - 1] = _topExamples.Top.Score;