EarlyStoppingRuleBase Class

Definition

Early stopping rule used to terminate training process once meeting a specified criterion. Used for setting EarlyStoppingRuleEarlyStoppingRule.

public abstract class EarlyStoppingRuleBase
type EarlyStoppingRuleBase = class
Public MustInherit Class EarlyStoppingRuleBase
Inheritance
EarlyStoppingRuleBase
Derived

Methods

CheckScore(Single, Single, Boolean)

Check if the learning should stop or not.

Applies to