22 references to 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 }));