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