3 instantiations of PlattCalibratorTrainer
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (2)
1467
return new
PlattCalibratorTrainer
(env);
2159
return CalibratePredictor<CommonOutputs.CalibratorOutput>(host, input, new
PlattCalibratorTrainer
(host));
Prediction\CalibratorCatalog.cs (1)
352
string exampleWeightColumnName = null) : base(env, new
PlattCalibratorTrainer
(env), labelColumnName, scoreColumnName, exampleWeightColumnName)
10 references to PlattCalibratorTrainer
Microsoft.ML.Data (5)
Prediction\Calibrator.cs (5)
26
[assembly: LoadableClass(
PlattCalibratorTrainer
.Summary, typeof(
PlattCalibratorTrainer
), null, typeof(SignatureCalibrator),
27
PlattCalibratorTrainer
.UserName,
28
PlattCalibratorTrainer
.LoadName,
2151
[TlcModule.EntryPoint(Name = "Models.PlattCalibrator", Desc = "Apply a Platt calibrator to an input model", UserName =
PlattCalibratorTrainer
.UserName)]
Microsoft.ML.StandardTrainers (5)
Standard\MulticlassClassification\MetaMulticlassTrainer.cs (1)
62
/// <param name="calibrator">The calibrator. If a calibrator is not explicitly provided, it will default to <see cref="
PlattCalibratorTrainer
"/></param>
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
126
/// <param name="calibrator">The calibrator. If a calibrator is not provided, it will default to <see cref="
PlattCalibratorTrainer
"/></param>
Standard\MulticlassClassification\PairwiseCouplingTrainer.cs (1)
107
/// <param name="calibrator">The calibrator to use for each model instance. If a calibrator is not explicitely provided, it will default to <see cref="
PlattCalibratorTrainer
"/></param>
StandardTrainersCatalog.cs (2)
740
/// <param name="calibrator">The calibrator. If a calibrator is not explicitly provided, it will default to <see cref="
PlattCalibratorTrainer
"/></param>
781
/// <param name="calibrator">The calibrator. If a calibrator is not explicitly provided, it will default to <see cref="
PlattCalibratorTrainer
"/></param>