3 instantiations of 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()
9 references to FixedPlattCalibratorTrainer
Microsoft.ML.Data (9)
Prediction\Calibrator.cs (8)
31[assembly: LoadableClass(FixedPlattCalibratorTrainer.Summary, typeof(FixedPlattCalibratorTrainer), typeof(FixedPlattCalibratorTrainer.Arguments), typeof(SignatureCalibrator), 32FixedPlattCalibratorTrainer.UserName, 33FixedPlattCalibratorTrainer.LoadName, 79[assembly: EntryPointModule(typeof(FixedPlattCalibratorTrainer.Arguments))] 2184[TlcModule.EntryPoint(Name = "Models.FixedPlattCalibrator", Desc = "Apply a Platt calibrator with a fixed slope and offset to an input model", UserName = FixedPlattCalibratorTrainer.UserName)] 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()