共用方式為


GeneralityLossRule(Single) 建構函式

定義

建立規則,以在遺失一般性時終止定型程式。 一般性遺失表示驗證開始增加的指定分數。

public GeneralityLossRule (float threshold = 0.01);
new Microsoft.ML.Trainers.FastTree.GeneralityLossRule : single -> Microsoft.ML.Trainers.FastTree.GeneralityLossRule
Public Sub New (Optional threshold As Single = 0.01)

參數

threshold
Single

(目前) 驗證分數與其最佳歷程記錄值之間的百分比上限 (,例如 0.01 百分比,50%) 。

適用於