3 references to PlattCalibratorTrainer
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (2)
1467return new PlattCalibratorTrainer(env); 2159return CalibratePredictor<CommonOutputs.CalibratorOutput>(host, input, new PlattCalibratorTrainer(host));
Prediction\CalibratorCatalog.cs (1)
352string exampleWeightColumnName = null) : base(env, new PlattCalibratorTrainer(env), labelColumnName, scoreColumnName, exampleWeightColumnName)