共用方式為


TolerantEarlyStoppingRule(Single) 建構函式

定義

建立規則,如果驗證分數超過 threshold 最佳歷史驗證分數,可能會終止定型程式。

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

參數

threshold
Single

(目前) 驗證分數與其最佳歷程記錄值之間允許的最大差異。

適用於