1 write to _slope
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1661
_slope
= args.Slope;
1 reference to _slope
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1669
ICalibrator ICalibratorTrainer.FinishTraining(IChannel ch) => new PlattCalibrator(_host,
_slope
, _offset);