6 instantiations of Options
Microsoft.ML.AutoML (4)
SweepableEstimator\Estimators\LightGbm.cs (3)
23
Booster = new GradientBooster.
Options
()
51
Booster = new GradientBooster.
Options
()
79
Booster = new GradientBooster.
Options
()
TrainerExtensions\TrainerExtensionUtil.cs (1)
89
options.Booster = new GradientBooster.
Options
();
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
134
internal IBoosterParameterFactory BoosterFactory = new GradientBooster.
Options
();
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\LightGbmWithOptions.cs (1)
37
Booster = new GradientBooster.
Options
3 references to Options
Microsoft.ML.LightGbm (3)
LightGbmArguments.cs (3)
14
[assembly: LoadableClass(typeof(GradientBooster), typeof(GradientBooster.
Options
),
21
[assembly: EntryPointModule(typeof(GradientBooster.
Options
))]
221
internal GradientBooster(
Options
options)