Base:
property
Info
Microsoft.ML.Trainers.StochasticTrainerBase<TTransformer, TModel>.Info
2 writes to Info
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (2)
1508
Info
= new TrainerInfo(calibration: false);
1518
Info
= new TrainerInfo(calibration: doCalibration);
2 references to Info
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (2)
1797
if (!
Info
.NeedCalibration)
1825
if (
Info
.NeedCalibration)