11 references to SortingAlgorithm
Microsoft.ML.FastTree (11)
FastTreeArguments.cs (5)
314
ectx.CheckUserArg(
SortingAlgorithm
== "DescendingStable"
315
||
SortingAlgorithm
== "DescendingReverse"
316
||
SortingAlgorithm
== "DescendingDotNet"
317
||
SortingAlgorithm
== "DescendingStablePessimistic",
318
nameof(
SortingAlgorithm
),
FastTreeRanking.cs (6)
215
_specialTrainSetTest = new FastNdcgTest(optimizationAlgorithm.TrainingScores, TrainSet.Ratings, FastTreeTrainerOptions.
SortingAlgorithm
, FastTreeTrainerOptions.EarlyStoppingMetrics);
233
return new NdcgTest(ConstructScoreTracker(TrainSet), TrainSet.Ratings, FastTreeTrainerOptions.
SortingAlgorithm
);
417
FastTreeTrainerOptions.
SortingAlgorithm
);
430
FastTreeTrainerOptions.
SortingAlgorithm
,
443
FastTreeTrainerOptions.
SortingAlgorithm
,
614
_comparers[i] = DcgPermutationComparerFactory.GetDcgPermutationFactory(options.
SortingAlgorithm
);