1 write to Label
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
223
Label
= label;
6 references to Label
Microsoft.ML.Data (6)
Evaluators\AnomalyDetectionEvaluator.cs (6)
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)
353
if (heap.Pop().
Label
<= 0)
394
if (_examples.Pop().
Label
<= 0)