14 references to Ranking
Microsoft.ML.Data (2)
DataLoadSave\TransformerChain.cs (1)
317
else if (predictor.PredictionKind == PredictionKind.
Ranking
)
Scorers\SchemaBindablePredictorWrapper.cs (1)
372
case PredictionKind.
Ranking
:
Microsoft.ML.EntryPoints (1)
PermutationFeatureImportance.cs (1)
74
else if (predictor.PredictionKind == PredictionKind.
Ranking
)
Microsoft.ML.FastTree (7)
FastTree.cs (2)
1605
if (PredictionKind == PredictionKind.
Ranking
)
1822
if (PredictionKind == PredictionKind.
Ranking
)
FastTreeRanking.cs (2)
82
private protected override PredictionKind PredictionKind => PredictionKind.
Ranking
;
1074
private protected override PredictionKind PredictionKind => PredictionKind.
Ranking
;
TreeEnsemble\TreeEnsembleCombiner.cs (3)
28
case PredictionKind.
Ranking
:
33
$"{nameof(PredictionKind.Regression)} or {nameof(PredictionKind.
Ranking
)}");
111
case PredictionKind.
Ranking
:
Microsoft.ML.LightGbm (4)
LightGbmRankingTrainer.cs (2)
54
private protected override PredictionKind PredictionKind => PredictionKind.
Ranking
;
112
private protected override PredictionKind PredictionKind => PredictionKind.
Ranking
;
LightGbmTrainerBase.cs (2)
554
if (PredictionKind == PredictionKind.
Ranking
)
773
if (PredictionKind == PredictionKind.
Ranking
)