2 references to MinToReturn
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
2089
if (prob <
MinToReturn
)
2090
return
MinToReturn
;