Prediction\Calibrator.cs (4)
2211host.CheckUserArg(input.MaxRows >= 0, nameof(input.MaxRows), "Argument must be non-negative. specify 0 to use all available examples.");
2223calibratedPredictor = scp.Calibrate(ch, data.Data, calibratorTrainer, input.MaxRows);
2227CalibratorUtils.GetCalibratedPredictor(host, ch, calibratorTrainer, predictor, data, input.MaxRows);