6 references to 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 (2)
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (1)
31var options = new FastTreeRankingTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (1)
46var trainerOptions = new FastTreeRankingTrainer.Options
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
549var trainerOptions = new FastTreeRankingTrainer.Options
TrainerEstimators\TreeEstimators.cs (1)
176new FastTreeRankingTrainer.Options