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