GeneralityToProgressRatioRule 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.
Generality to Progress Ratio (PQ).
public sealed class GeneralityToProgressRatioRule : Microsoft.ML.Trainers.FastTree.MovingWindowRule
type GeneralityToProgressRatioRule = class
inherit MovingWindowRule
Public NotInheritable Class GeneralityToProgressRatioRule
Inherits MovingWindowRule
- Inheritance
Constructors
GeneralityToProgressRatioRule(Single, Int32) |
Create a rule which may terminate the training process when generality-to-progress ratio exceeds |
Properties
Threshold |
A threshold in range [0, 1]. (Inherited from MovingWindowRule) |
WindowSize |
The number of historical validation scores considered when determining if the training process should stop. (Inherited from MovingWindowRule) |
Methods
CheckScore(Single, Single, Boolean) |