EarlyStoppingRuleBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |