2 references to MaxToReturn
Microsoft.ML.Data (2)
Prediction\Calibrator.cs (2)
2091
if (prob >
MaxToReturn
)
2092
return
MaxToReturn
;