1 write to Label
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
565
_topExamples.Add(new TopExamplesInfo() { Score = score,
Label
= label, Name = name.ToString() });
1 reference to Label
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
497
Labels[_topExamples.Count - 1] = _topExamples.Top.
Label
;