3 references to 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)