Language

ConsecutiveGeneralityLossRule Class

Definition

Consecutive Loss in Generality (UP).

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

Constructors

Name Description
ConsecutiveGeneralityLossRule(Int32)

Creates a rule which terminates the training process if the validation score is not improved in WindowSize consecutive iterations.

Properties

Name Description
WindowSize

The number of historical validation scores considered when determining if the training process should stop.

Methods

Name Description
CheckScore(Single, Single, Boolean)

See CheckScore(Single, Single, Boolean).

Applies to