TolerantEarlyStoppingRule(Single) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立規則,如果驗證分數超過 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
(目前) 驗證分數與其最佳歷程記錄值之間允許的最大差異。