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