15 instantiations of Options
Microsoft.ML.AutoML (3)
SweepableEstimator\Estimators\FastForest.cs (1)
31var option = new FastForestRegressionTrainer.Options()
Sweepers\SmacSweeper.cs (1)
129var trainer = _context.Regression.Trainers.FastForest(new FastForestRegressionTrainer.Options()
Tuner\SmacTuner.cs (1)
141var trainer = _context.Regression.Trainers.FastForest(new FastForestRegressionTrainer.Options()
Microsoft.ML.IntegrationTests (2)
Evaluation.cs (1)
271.Append(mlContext.Regression.Trainers.FastForest(new FastForestRegressionTrainer.Options { NumberOfThreads = 1 }));
IntrospectiveTraining.cs (1)
40new FastForestRegressionTrainer.Options { NumberOfLeaves = 5, NumberOfTrees = 3, NumberOfThreads = 1 }));
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\FastForestWithOptions.cs (1)
31var options = new FastForestRegressionTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
46var trainerOptions = new FastForestRegressionTrainer.Options
Microsoft.ML.Samples.OneDal (1)
Program.cs (1)
103FastForestRegressionTrainer.Options options = new FastForestRegressionTrainer.Options();
Microsoft.ML.Sweeper (1)
Algorithms\SmacSweeper.cs (1)
137new FastForestRegressionTrainer.Options
Microsoft.ML.Tests (6)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
473var trainerOptions = new FastForestRegressionTrainer.Options 587var trainerOptions = new FastForestRegressionTrainer.Options 642var trainerOptions = new FastForestRegressionTrainer.Options 774var trainerOptions = new FastForestRegressionTrainer.Options
TrainerEstimators\TreeEstimators.cs (2)
291new FastForestRegressionTrainer.Options 928new FastForestRegressionTrainer.Options { NumberOfTrees = 10, NumberOfThreads = 1, NumberOfLeaves = 5 });
25 references to Options
Microsoft.ML.AutoML (3)
SweepableEstimator\Estimators\FastForest.cs (1)
31var option = new FastForestRegressionTrainer.Options()
TrainerExtensions\RegressionTrainerExtensions.cs (2)
25var options = TrainerExtensionUtil.CreateOptions<FastForestRegressionTrainer.Options>(sweepParams, columnInfo.LabelColumnName);
Microsoft.ML.FastTree (15)
RandomForestRegression.cs (12)
20[assembly: LoadableClass(FastForestRegressionTrainer.Summary, typeof(FastForestRegressionTrainer), typeof(FastForestRegressionTrainer.Options), 291/// <seealso cref="TreeExtensions.FastForest(RegressionCatalog.RegressionTrainers, FastForestRegressionTrainer.Options)"/> 292/// <seealso cref="Options"/> 294: RandomForestTrainerBase<FastForestRegressionTrainer.Options, RegressionPredictionTransformer<FastForestRegressionModelParameters>, FastForestRegressionModelParameters> 341/// Initializes a new instance of <see cref="FastForestRegressionTrainer"/> by using the <see cref="Options"/> class. 345internal FastForestRegressionTrainer(IHostEnvironment env, Options options) 516public static ObjectiveFunctionImplBase Create(Dataset trainData, Options options) 523private ObjectiveFunctionImplBase(Dataset trainData, Options options) 543public ShuffleImpl(Dataset trainData, Options options) 581public BasicImpl(Dataset trainData, Options options) 595public static CommonOutputs.RegressionOutput TrainRegression(IHostEnvironment env, FastForestRegressionTrainer.Options input) 602return TrainerEntryPointsUtils.Train<FastForestRegressionTrainer.Options, CommonOutputs.RegressionOutput>(host, input,
TreeEnsembleFeaturizationEstimator.cs (2)
352private readonly FastForestRegressionTrainer.Options _trainerOptions; 362public FastForestRegressionTrainer.Options TrainerOptions;
TreeTrainersCatalog.cs (1)
379FastForestRegressionTrainer.Options options)
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\FastForestWithOptions.cs (1)
31var options = new FastForestRegressionTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastForestRegressionFeaturizationWithOptions.cs (1)
46var trainerOptions = new FastForestRegressionTrainer.Options
Microsoft.ML.Samples.OneDal (1)
Program.cs (1)
103FastForestRegressionTrainer.Options options = new FastForestRegressionTrainer.Options();
Microsoft.ML.Tests (4)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (4)
473var trainerOptions = new FastForestRegressionTrainer.Options 587var trainerOptions = new FastForestRegressionTrainer.Options 642var trainerOptions = new FastForestRegressionTrainer.Options 774var trainerOptions = new FastForestRegressionTrainer.Options