3 instantiations of 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)
6 references to NaiveCalibratorTrainer
Microsoft.ML.Data (6)
Prediction\Calibrator.cs (6)
41[assembly: LoadableClass(NaiveCalibratorTrainer.Summary, typeof(NaiveCalibratorTrainer), null, typeof(SignatureCalibrator), 42NaiveCalibratorTrainer.UserName, 43NaiveCalibratorTrainer.LoadName, 1090/// Initializes a new instance of <see cref="NaiveCalibratorTrainer"/>. 2162[TlcModule.EntryPoint(Name = "Models.NaiveCalibrator", Desc = "Apply a Naive calibrator to an input model", UserName = NaiveCalibratorTrainer.UserName)]