ConsecutiveGeneralityLossRule 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
一般性 (UP) 連續遺失。
public sealed class ConsecutiveGeneralityLossRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRule
type ConsecutiveGeneralityLossRule = class
inherit EarlyStoppingRule
Public NotInheritable Class ConsecutiveGeneralityLossRule
Inherits EarlyStoppingRule
- 繼承
建構函式
ConsecutiveGeneralityLossRule(Int32) |
建立規則,如果連續反復專案中未改善 WindowSize 驗證分數,則會終止定型程式。 |
屬性
WindowSize |
判斷定型程式是否應該停止時,所考慮的歷史驗證分數數目。 |
方法
CheckScore(Single, Single, Boolean) |