5 references to FastTree
Microsoft.ML.AutoML (1)
TrainerExtensions\RankingTrainerExtensions.cs (1)
49return mlContext.Ranking.Trainers.FastTree(options);
Microsoft.ML.IntegrationTests (2)
Evaluation.cs (1)
177.Append(mlContext.Ranking.Trainers.FastTree(new FastTreeRankingTrainer.Options { NumberOfThreads = 1 }));
Validation.cs (1)
71var trainer = mlContext.Ranking.Trainers.FastTree(new FastTreeRankingTrainer.Options()
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (1)
44var pipeline = mlContext.Ranking.Trainers.FastTree(options);
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
175var trainer = ML.Ranking.Trainers.FastTree(