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