Base:
method
TrainCore
Microsoft.ML.Trainers.LinearTrainerBase<TTransformer, TModel>.TrainCore(Microsoft.ML.Runtime.IChannel, Microsoft.ML.Data.RoleMappedData, Microsoft.ML.Trainers.LinearModelParameters, System.Int32)
3 references to TrainCore
Microsoft.ML.StandardTrainers (3)
Standard\SdcaBinary.cs (3)
2205/// It's used at the end of <see cref="TrainCore(IChannel, RoleMappedData, LinearModelParameters, int)"/> to finalize the trained model. 2310/// Given weights and bias trained in <see cref="SgdBinaryTrainerBase{TModelParameters}.TrainCore(IChannel, RoleMappedData, LinearModelParameters, int)"/>, 2437/// a calibrator would be added after <see cref="SgdBinaryTrainerBase{TModelParameters}.TrainCore(IChannel, RoleMappedData, LinearModelParameters, int)"/>