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