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