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