LowProgressRule(Single, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立規則,當驗證分數的改善速度變慢時,可能會終止定型程式。 如果最近 WindowSize 驗證分數的平均值比最佳歷程記錄驗證分數還要差,則會終止定型程式。
public LowProgressRule (float threshold = 0.01, int windowSize = 5);
new Microsoft.ML.Trainers.FastTree.LowProgressRule : single * int -> Microsoft.ML.Trainers.FastTree.LowProgressRule
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。