1 write to NeedCalibration
Microsoft.ML.Core (1)
Prediction\TrainerInfo.cs (1)
77NeedCalibration = calibration;
5 references to NeedCalibration
Microsoft.ML.Core (1)
Prediction\TrainerInfo.cs (1)
67/// <param name="calibration">The value for the property <see cref="NeedCalibration"/></param>
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
847if (!trainer.Info.NeedCalibration)
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
104calibration: Trainers.Any(t => t.Info.NeedCalibration));
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (2)
1797if (!Info.NeedCalibration) 1825if (Info.NeedCalibration)