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