次の方法で共有


GossBooster.Options クラス

定義

設定Microsoft.ML.Trainers.LightGbm.BoosterGossBooster使用される 、のオプション。

public sealed class GossBooster.Options : Microsoft.ML.Trainers.LightGbm.BoosterParameterBase.OptionsBase
type GossBooster.Options = class
    inherit BoosterParameterBase.OptionsBase
Public NotInheritable Class GossBooster.Options
Inherits BoosterParameterBase.OptionsBase
継承

コンストラクター

GossBooster.Options()

設定Microsoft.ML.Trainers.LightGbm.BoosterGossBooster使用される 、のオプション。

フィールド

FeatureFraction

ツリーの作成時に使用される特徴の割合。

(継承元 BoosterParameterBase.OptionsBase)
L1Regularization

重みの L1 正則化項。

(継承元 BoosterParameterBase.OptionsBase)
L2Regularization

重みの L2 正則化項。

(継承元 BoosterParameterBase.OptionsBase)
MaximumTreeDepth

ツリーの最大深度。

(継承元 BoosterParameterBase.OptionsBase)
MinimumChildWeight

新しいノードを形成するために必要なインスタンスの重みの最小合計。

(継承元 BoosterParameterBase.OptionsBase)
MinimumSplitGain

ツリーのリーフ ノードにさらにパーティションを作成するために必要な最小損失の削減。

(継承元 BoosterParameterBase.OptionsBase)
OtherRate

小さなグラデーション データの保持率。

SubsampleFraction

ツリーの作成に使用されるトレーニング データの割合。

(継承元 BoosterParameterBase.OptionsBase)
SubsampleFrequency

サブサンプリング (袋詰め) を実行する頻度。

(継承元 BoosterParameterBase.OptionsBase)
TopRate

大きなグラデーション データの保持率。

明示的なインターフェイスの実装

IComponentFactory<BoosterParameterBase>.CreateComponent(IHostEnvironment)

設定Microsoft.ML.Trainers.LightGbm.BoosterGossBooster使用される 、のオプション。

(継承元 BoosterParameterBase.OptionsBase)

適用対象