4 references to PlattCalibrator
Microsoft.ML.Data (4)
Prediction\Calibrator.cs (4)
1502
return new
PlattCalibrator
(Host, slope, offset);
1627
return new
PlattCalibrator
(Host, slope, offset);
1669
ICalibrator ICalibratorTrainer.FinishTraining(IChannel ch) => new
PlattCalibrator
(_host, _slope, _offset);
1832
PlattCalibrator newCal = new
PlattCalibrator
(_host, a / calibrators.Count, b / calibrators.Count);