4 instantiations of Options
Microsoft.ML.Samples (2)
Dynamic\Trainers\BinaryClassification\GamWithOptions.cs (1)
43
new GamBinaryTrainer.
Options
Dynamic\Trainers\Regression\GamWithOptionsAdvanced.cs (1)
43
new GamBinaryTrainer.
Options
Microsoft.ML.Tests (2)
CalibratedModelParametersTests.cs (1)
50
new GamBinaryTrainer.
Options
{ NumberOfThreads = 1 }).Fit(data);
TrainerEstimators\TreeEstimators.cs (1)
133
var trainer = new GamBinaryTrainer(Env, new GamBinaryTrainer.
Options
8 references to Options
Microsoft.ML.FastTree (8)
GamClassification.cs (5)
17
typeof(GamBinaryTrainer), typeof(GamBinaryTrainer.
Options
),
53
/// <seealso cref="TreeExtensions.Gam(BinaryClassificationCatalog.BinaryClassificationTrainers, GamBinaryTrainer.
Options
)"/>
54
/// <seealso cref="
Options
"/>
56
GamTrainerBase<GamBinaryTrainer.
Options
,
85
internal GamBinaryTrainer(IHostEnvironment env,
Options
options)
GamTrainer.cs (2)
700
public static CommonOutputs.BinaryClassificationOutput TrainBinary(IHostEnvironment env, GamBinaryTrainer.
Options
input)
707
return TrainerEntryPointsUtils.Train<GamBinaryTrainer.
Options
, CommonOutputs.BinaryClassificationOutput>(host, input,
TreeTrainersCatalog.cs (1)
225
GamBinaryTrainer.
Options
options)