3 references to FixedPlattCalibratorTrainer
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (2)
1645
return new
FixedPlattCalibratorTrainer
(env, this);
2194
new
FixedPlattCalibratorTrainer
(host, new FixedPlattCalibratorTrainer.Arguments() { Offset = input.Offset, Slope = input.Slope }));
Prediction\CalibratorCatalog.cs (1)
384
: base(env, new
FixedPlattCalibratorTrainer
(env, new FixedPlattCalibratorTrainer.Arguments()