3 overrides of BuildOptions
Microsoft.ML.LightGbm (3)
LightGbmArguments.cs (3)
218
internal override BoosterParameterBase
BuildOptions
() => new GradientBooster(this);
292
internal override BoosterParameterBase
BuildOptions
() => new DartBooster(this);
338
internal override BoosterParameterBase
BuildOptions
() => new GossBooster(this);
2 references to BuildOptions
Microsoft.ML.LightGbm (2)
LightGbmArguments.cs (2)
169
=>
BuildOptions
();
172
=>
BuildOptions
();