1 write to Score
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
565_topExamples.Add(new TopExamplesInfo() { Score = score, Label = label, Name = name.ToString() });
4 references to Score
Microsoft.ML.Data (4)
Evaluators\AnomalyDetectionEvaluator.cs (4)
457_topExamples = new Heap<TopExamplesInfo>((exampleA, exampleB) => exampleA.Score > exampleB.Score, topK); 496Scores[_topExamples.Count - 1] = _topExamples.Top.Score; 561if (score < min.Score)