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