Share via


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

ConsecutiveGeneralityLossRule(Int32)

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

Properties

WindowSize

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

Methods

CheckScore(Single, Single, Boolean)

See CheckScore(Single, Single, Boolean).

Applies to