3 overrides of CheckLabel
Microsoft.ML.StandardTrainers (3)
Standard\SdcaBinary.cs (1)
1544private protected override void CheckLabel(RoleMappedData examples, out int weightSetCount)
Standard\SdcaMulticlass.cs (1)
467private protected override void CheckLabel(RoleMappedData examples, out int weightSetCount)
Standard\SdcaRegression.cs (1)
163private protected override void CheckLabel(RoleMappedData examples, out int weightSetCount)
1 reference to CheckLabel
Microsoft.ML.StandardTrainers (1)
Standard\StochasticTrainerBase.cs (1)
62CheckLabel(examples, out weightSetCount);