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)
502
bool predictPositive = _useRaw ? score >
_threshold
: prob >
_threshold
;