3 instantiations of PavCalibratorTrainer
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (2)
1842return new PavCalibratorTrainer(env); 2181return CalibratePredictor<CommonOutputs.CalibratorOutput>(host, input, new PavCalibratorTrainer(host));
Prediction\CalibratorCatalog.cs (1)
489string weightColumn = null) : base(env, new PavCalibratorTrainer(env), labelColumn, scoreColumn, weightColumn)
5 references to PavCalibratorTrainer
Microsoft.ML.Data (5)
Prediction\Calibrator.cs (5)
36[assembly: LoadableClass(PavCalibratorTrainer.Summary, typeof(PavCalibratorTrainer), null, typeof(SignatureCalibrator), 37PavCalibratorTrainer.UserName, 38PavCalibratorTrainer.LoadName, 2173[TlcModule.EntryPoint(Name = "Models.PAVCalibrator", Desc = "Apply a PAV calibrator to an input model", UserName = PavCalibratorTrainer.UserName)]