次の方法で共有


GeneralityToProgressRatioRule(Single, Int32) コンストラクター

定義

一般化と進行状況の比率が超えた場合にトレーニング プロセスを終了する可能性があるルールを作成します threshold

public GeneralityToProgressRatioRule (float threshold = 0.01, int windowSize = 5);
new Microsoft.ML.Trainers.FastTree.GeneralityToProgressRatioRule : single * int -> Microsoft.ML.Trainers.FastTree.GeneralityToProgressRatioRule
Public Sub New (Optional threshold As Single = 0.01, Optional windowSize As Integer = 5)

パラメーター

threshold
Single

最大比率のギャップ (1% の場合は 0.01、50 の場合は 0.5 など)。

windowSize
Int32

以下を参照してください。WindowSize

適用対象