EarlyStoppingRule Class

Definition

public abstract class EarlyStoppingRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRuleBase
type EarlyStoppingRule = class
    inherit EarlyStoppingRuleBase
Public MustInherit Class EarlyStoppingRule
Inherits EarlyStoppingRuleBase
Inheritance
EarlyStoppingRule
Derived

Methods

CheckScore(Single, Single, Boolean)

Check if the learning should stop or not.

(Inherited from EarlyStoppingRuleBase)

Applies to