1 write to _threshold
Microsoft.ML.Data (1)
Evaluators\BinaryClassifierEvaluator.cs (1)
497_threshold = threshold;
2 references to _threshold
Microsoft.ML.Data (2)
Evaluators\BinaryClassifierEvaluator.cs (2)
502bool predictPositive = _useRaw ? score > _threshold : prob > _threshold;