1 write to Label
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
223Label = label;
6 references to Label
Microsoft.ML.Data (6)
Evaluators\AnomalyDetectionEvaluator.cs (6)
262drAtNumPos = sorted.Take((int)NumAnomalies).Count(result => result.Label > 0) / (Double)NumAnomalies; 277if (result.Label > 0) 341if (example.Label <= 0) 349if (example.Label <= 0) 353if (heap.Pop().Label <= 0) 394if (_examples.Pop().Label <= 0)