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