共用方式為


LightGbmTrainerBase<TOptions,TOutput,TTransformer,TModel>.OptionsBase.Seed 欄位

定義

要使用的 LightGBM 隨機種子。

public int? Seed;
val mutable Seed : Nullable<int>
Public Seed As Nullable(Of Integer) 

欄位值

如果未指定, MLContext 將會產生要使用的隨機種子。

適用於