BoosterParameterBase.OptionsBase.IComponentFactory<BoosterParameterBase>.CreateComponent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Microsoft.ML.Trainers.LightGbm.BoosterParameterBase IComponentFactory<BoosterParameterBase>.CreateComponent (Microsoft.ML.Runtime.IHostEnvironment env);
abstract member Microsoft.ML.Runtime.IComponentFactory<Microsoft.ML.Trainers.LightGbm.BoosterParameterBase>.CreateComponent : Microsoft.ML.Runtime.IHostEnvironment -> Microsoft.ML.Trainers.LightGbm.BoosterParameterBase
override this.Microsoft.ML.Runtime.IComponentFactory<Microsoft.ML.Trainers.LightGbm.BoosterParameterBase>.CreateComponent : Microsoft.ML.Runtime.IHostEnvironment -> Microsoft.ML.Trainers.LightGbm.BoosterParameterBase
Function CreateComponent (env As IHostEnvironment) As BoosterParameterBase Implements IComponentFactory(Of BoosterParameterBase).CreateComponent
參數
- env
- IHostEnvironment