5 references to FastTree
Microsoft.ML.AutoML (1)
TrainerExtensions\RankingTrainerExtensions.cs (1)
49
return 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)
71
var trainer = mlContext.Ranking.Trainers.
FastTree
(new FastTreeRankingTrainer.Options()
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (1)
44
var pipeline = mlContext.Ranking.Trainers.
FastTree
(options);
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
175
var trainer = ML.Ranking.Trainers.
FastTree
(