ConsecutiveGeneralityLossRule 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.
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
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) |