6 instantiations of Options
Microsoft.ML.AutoML (4)
SweepableEstimator\Estimators\LightGbm.cs (3)
23Booster = new GradientBooster.Options() 51Booster = new GradientBooster.Options() 79Booster = new GradientBooster.Options()
TrainerExtensions\TrainerExtensionUtil.cs (1)
89options.Booster = new GradientBooster.Options();
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
134internal IBoosterParameterFactory BoosterFactory = new GradientBooster.Options();
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\LightGbmWithOptions.cs (1)
37Booster = 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))] 221internal GradientBooster(Options options)