2 overrides of CheckLabelCompatible
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
120
private protected override void
CheckLabelCompatible
(SchemaShape.Column labelCol)
Microsoft.ML.LightGbm (1)
LightGbmRankingTrainer.cs (1)
268
private protected override void
CheckLabelCompatible
(SchemaShape.Column labelCol)
1 reference to CheckLabelCompatible
Microsoft.ML.Data (1)
Training\TrainerEstimatorBase.cs (1)
129
CheckLabelCompatible
(labelCol);