GeneralityToProgressRatioRule Class

Definition

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 threshold.

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)

See CheckScore(Single, Single, Boolean).

Applies to