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