共用方式為


ConsecutiveGeneralityLossRule 類別

定義

一般性 (UP) 連續遺失。

public sealed class ConsecutiveGeneralityLossRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRule
type ConsecutiveGeneralityLossRule = class
    inherit EarlyStoppingRule
Public NotInheritable Class ConsecutiveGeneralityLossRule
Inherits EarlyStoppingRule
繼承
ConsecutiveGeneralityLossRule

建構函式

ConsecutiveGeneralityLossRule(Int32)

建立規則,如果連續反復專案中未改善 WindowSize 驗證分數,則會終止定型程式。

屬性

WindowSize

判斷定型程式是否應該停止時,所考慮的歷史驗證分數數目。

方法

CheckScore(Single, Single, Boolean)

請參閱 CheckScore(Single, Single, Boolean)

適用於