2 references to DetectionRate
Microsoft.ML.Data (2)
Evaluators\AnomalyDetectionEvaluator.cs (2)
261
drAtP =
DetectionRate
(sorted, (int)(p * (NumExamples - NumAnomalies)), out thresholdAtP);
264
return
DetectionRate
(sorted, k, out thresholdAtK);