6 instantiations of Options
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\FastTree.cs (1)
59var option = new FastTreeTweedieTrainer.Options()
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\FastTreeTweedieWithOptions.cs (1)
31var options = new FastTreeTweedieTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
46var trainerOptions = new FastTreeTweedieTrainer.Options
Microsoft.ML.Tests (3)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
511var trainerOptions = new FastTreeTweedieTrainer.Options
TrainerEstimators\TreeEstimators.cs (2)
272new FastTreeTweedieTrainer.Options 946new FastTreeTweedieTrainer.Options { NumberOfTrees = 10, NumberOfThreads = 1, NumberOfLeaves = 5 });
20 references to Options
Microsoft.ML.AutoML (3)
SweepableEstimator\Estimators\FastTree.cs (1)
59var option = new FastTreeTweedieTrainer.Options()
TrainerExtensions\RegressionTrainerExtensions.cs (2)
69var options = TrainerExtensionUtil.CreateOptions<FastTreeTweedieTrainer.Options>(sweepParams, columnInfo.LabelColumnName);
Microsoft.ML.FastTree (14)
FastTreeArguments.cs (2)
15[assembly: EntryPointModule(typeof(FastTreeTweedieTrainer.Options))] 203/// Create a new <see cref="Options"/> object with default values.
FastTreeTweedie.cs (9)
17[assembly: LoadableClass(FastTreeTweedieTrainer.Summary, typeof(FastTreeTweedieTrainer), typeof(FastTreeTweedieTrainer.Options), 61/// <seealso cref="TreeExtensions.FastTreeTweedie(RegressionCatalog.RegressionTrainers, FastTreeTweedieTrainer.Options)"/> 62/// <seealso cref="Options"/> 64: BoostingFastTreeTrainerBase<FastTreeTweedieTrainer.Options, RegressionPredictionTransformer<FastTreeTweedieModelParameters>, FastTreeTweedieModelParameters> 107/// Initializes a new instance of <see cref="FastTreeTweedieTrainer"/> by using the <see cref="Options"/> class. 111internal FastTreeTweedieTrainer(IHostEnvironment env, Options options) 375public ObjectiveImpl(Dataset trainData, Options options) 570public static CommonOutputs.RegressionOutput TrainTweedieRegression(IHostEnvironment env, FastTreeTweedieTrainer.Options input) 577return TrainerEntryPointsUtils.Train<FastTreeTweedieTrainer.Options, CommonOutputs.RegressionOutput>(host, input,
TreeEnsembleFeaturizationEstimator.cs (2)
438private readonly FastTreeTweedieTrainer.Options _trainerOptions; 448public FastTreeTweedieTrainer.Options TrainerOptions;
TreeTrainersCatalog.cs (1)
327FastTreeTweedieTrainer.Options options)
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\FastTreeTweedieWithOptions.cs (1)
31var options = new FastTreeTweedieTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastTreeTweedieFeaturizationWithOptions.cs (1)
46var trainerOptions = new FastTreeTweedieTrainer.Options
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (1)
511var trainerOptions = new FastTreeTweedieTrainer.Options