3 references to NaiveCalibratorTrainer
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (2)
1058return new NaiveCalibratorTrainer(env); 2170return CalibratePredictor<CommonOutputs.CalibratorOutput>(host, input, new NaiveCalibratorTrainer(host));
Prediction\CalibratorCatalog.cs (1)
440string weightColumn = null) : base(env, new NaiveCalibratorTrainer(env), labelColumn, scoreColumn, weightColumn)