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);
496
Scores[_topExamples.Count - 1] = _topExamples.Top.
Score
;
561
if (score < min.
Score
)