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