1 write to NeedCalibration
Microsoft.ML.Core (1)
Prediction\TrainerInfo.cs (1)
77
NeedCalibration
= 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)
847
if (!trainer.Info.
NeedCalibration
)
Microsoft.ML.Ensemble (1)
Trainer\EnsembleTrainerBase.cs (1)
104
calibration: Trainers.Any(t => t.Info.
NeedCalibration
));
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (2)
1797
if (!Info.
NeedCalibration
)
1825
if (Info.
NeedCalibration
)