GeneralityLossRule(Single) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立規則,以在遺失一般性時終止定型程式。 一般性遺失表示驗證開始增加的指定分數。
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%) 。