22 instantiations of Options
Microsoft.ML.AutoML (2)
SweepableEstimator\Estimators\FastTree.cs (2)
13var option = new FastTreeBinaryTrainer.Options() 82var option = new FastTreeBinaryTrainer.Options()
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
2175var ftInput = new FastTreeBinaryTrainer.Options 4458var fastTree = Trainers.FastTree.FastTree.TrainBinary(Env, new FastTreeBinaryTrainer.Options
Microsoft.ML.IntegrationTests (2)
IntrospectiveTraining.cs (1)
84new FastTreeBinaryTrainer.Options { NumberOfLeaves = 5, NumberOfTrees = 3, NumberOfThreads = 1 }));
Training.cs (1)
49new FastTreeBinaryTrainer.Options { NumberOfThreads = 1 });
Microsoft.ML.Predictor.Tests (3)
TestPredictors.cs (3)
632fastTrees[i] = FastTree.TrainBinary(ML, new FastTreeBinaryTrainer.Options 654fastTrees[i] = FastTree.TrainBinary(ML, new FastTreeBinaryTrainer.Options 761FastTree.TrainBinary(ML, new FastTreeBinaryTrainer.Options
Microsoft.ML.Samples (3)
Dynamic\Trainers\BinaryClassification\FastTreeWithOptions.cs (1)
31var options = new FastTreeBinaryTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
46var trainerOptions = new FastTreeBinaryTrainer.Options
Dynamic\Transforms\TreeFeaturization\PretrainedTreeEnsembleFeaturizationWithOptions.cs (1)
39new FastTreeBinaryTrainer.Options
Microsoft.ML.Tests (10)
CalibratedModelParametersTests.cs (1)
73new FastTreeBinaryTrainer.Options { NumberOfThreads = 1 }).Fit(data);
Scenarios\OvaTest.cs (1)
107mlContext.BinaryClassification.Trainers.FastTree(new FastTreeBinaryTrainer.Options { NumberOfThreads = 1 }),
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (6)
26new FastTreeBinaryTrainer.Options 133new FastTreeBinaryTrainer.Options 240new FastTreeBinaryTrainer.Options 308new FastTreeBinaryTrainer.Options 357var trainerOptions = new FastTreeBinaryTrainer.Options 716var trainerOptions = new FastTreeBinaryTrainer.Options
TrainerEstimators\TreeEstimators.cs (2)
42new FastTreeBinaryTrainer.Options 989new FastTreeBinaryTrainer.Options { NumberOfTrees = 2, NumberOfThreads = 1, NumberOfLeaves = 5 }));
22 references to Options
Microsoft.ML.AutoML (4)
SweepableEstimator\Estimators\FastTree.cs (2)
13var option = new FastTreeBinaryTrainer.Options() 82var option = new FastTreeBinaryTrainer.Options()
TrainerExtensions\BinaryTrainerExtensions.cs (2)
96var options = TrainerExtensionUtil.CreateOptions<FastTreeBinaryTrainer.Options>(sweepParams, columnInfo.LabelColumnName);
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
2175var ftInput = new FastTreeBinaryTrainer.Options
Microsoft.ML.FastTree (13)
FastTreeArguments.cs (2)
13[assembly: EntryPointModule(typeof(FastTreeBinaryTrainer.Options))] 99/// Create a new <see cref="Options"/> object with default values.
FastTreeClassification.cs (8)
16[assembly: LoadableClass(FastTreeBinaryTrainer.Summary, typeof(FastTreeBinaryTrainer), typeof(FastTreeBinaryTrainer.Options), 127/// <seealso cref="TreeExtensions.FastTree(BinaryClassificationCatalog.BinaryClassificationTrainers, FastTreeBinaryTrainer.Options)"/> 128/// <seealso cref="Options"/> 130BoostingFastTreeTrainerBase<FastTreeBinaryTrainer.Options, 171/// Initializes a new instance of <see cref="FastTreeBinaryTrainer"/> by using the <see cref="Options"/> class. 175internal FastTreeBinaryTrainer(IHostEnvironment env, Options options) 434public static CommonOutputs.BinaryClassificationOutput TrainBinary(IHostEnvironment env, FastTreeBinaryTrainer.Options input) 441return TrainerEntryPointsUtils.Train<FastTreeBinaryTrainer.Options, CommonOutputs.BinaryClassificationOutput>(host, input,
TreeEnsembleFeaturizationEstimator.cs (2)
223private readonly FastTreeBinaryTrainer.Options _trainerOptions; 233public FastTreeBinaryTrainer.Options TrainerOptions;
TreeTrainersCatalog.cs (1)
117FastTreeBinaryTrainer.Options options)
Microsoft.ML.Samples (2)
Dynamic\Trainers\BinaryClassification\FastTreeWithOptions.cs (1)
31var options = new FastTreeBinaryTrainer.Options
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
46var trainerOptions = new FastTreeBinaryTrainer.Options
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (2)
357var trainerOptions = new FastTreeBinaryTrainer.Options 716var trainerOptions = new FastTreeBinaryTrainer.Options