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)
71
var trainer = mlContext.Ranking.Trainers.FastTree(new FastTreeRankingTrainer.
Options
()
Microsoft.ML.Samples (2)
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (1)
31
var options = new FastTreeRankingTrainer.
Options
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (1)
46
var trainerOptions = new FastTreeRankingTrainer.
Options
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
549
var trainerOptions = new FastTreeRankingTrainer.
Options
TrainerEstimators\TreeEstimators.cs (1)
176
new FastTreeRankingTrainer.
Options
19 references to Options
Microsoft.ML.AutoML (3)
TrainerExtensions\RankingTrainerExtensions.cs (3)
47
var
options = TrainerExtensionUtil.CreateOptions<FastTreeRankingTrainer.
Options
>(sweepParams, columnInfo.LabelColumnName);
55
property.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.
115
internal FastTreeRankingTrainer(IHostEnvironment env,
Options
options)
567
public LambdaRankObjectiveFunction(Dataset trainset, short[] labels,
Options
options, IParallelTraining parallelTraining)
1083
public static CommonOutputs.RankingOutput TrainRanking(IHostEnvironment env, FastTreeRankingTrainer.
Options
input)
1090
return TrainerEntryPointsUtils.Train<FastTreeRankingTrainer.
Options
, CommonOutputs.RankingOutput>(host, input,
TreeEnsembleFeaturizationEstimator.cs (2)
395
private readonly FastTreeRankingTrainer.
Options
_trainerOptions;
405
public FastTreeRankingTrainer.
Options
TrainerOptions;
TreeTrainersCatalog.cs (1)
173
FastTreeRankingTrainer.
Options
options)
Microsoft.ML.Samples (2)
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (1)
31
var
options = new FastTreeRankingTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastTreeRankingFeaturizationWithOptions.cs (1)
46
var
trainerOptions = new FastTreeRankingTrainer.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
549
var
trainerOptions = new FastTreeRankingTrainer.Options