6 instantiations of 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
19 references to Options
Microsoft.ML.AutoML (3)
TrainerExtensions\RankingTrainerExtensions.cs (3)
47var options = TrainerExtensionUtil.CreateOptions<FastTreeRankingTrainer.Options>(sweepParams, columnInfo.LabelColumnName); 55property.Add(nameof(FastTreeRankingTrainer.Options.RowGroupColumnName), columnInfo.GroupIdColumnName);
Microsoft.ML.FastTree (13)
FastTreeArguments.cs (2)
16[assembly: EntryPointModule(typeof(FastTreeRankingTrainer.Options))] 300/// Create a new <see cref="Options"/> object with default values.
FastTreeRanking.cs (8)
20[assembly: LoadableClass(FastTreeRankingTrainer.Summary, typeof(FastTreeRankingTrainer), typeof(FastTreeRankingTrainer.Options), 66/// <seealso cref="Options"/> 68: BoostingFastTreeTrainerBase<FastTreeRankingTrainer.Options, RankingPredictionTransformer<FastTreeRankingModelParameters>, FastTreeRankingModelParameters> 111/// Initializes a new instance of <see cref="FastTreeRankingTrainer"/> by using the <see cref="Options"/> class. 115internal FastTreeRankingTrainer(IHostEnvironment env, Options options) 567public LambdaRankObjectiveFunction(Dataset trainset, short[] labels, Options options, IParallelTraining parallelTraining) 1083public static CommonOutputs.RankingOutput TrainRanking(IHostEnvironment env, FastTreeRankingTrainer.Options input) 1090return TrainerEntryPointsUtils.Train<FastTreeRankingTrainer.Options, CommonOutputs.RankingOutput>(host, input,
TreeEnsembleFeaturizationEstimator.cs (2)
395private readonly FastTreeRankingTrainer.Options _trainerOptions; 405public FastTreeRankingTrainer.Options TrainerOptions;
TreeTrainersCatalog.cs (1)
173FastTreeRankingTrainer.Options 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 (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
549var trainerOptions = new FastTreeRankingTrainer.Options