共用方式為


GeneralityToProgressRatioRule 類別

定義

PQ) (一般性與進度比率。

public sealed class GeneralityToProgressRatioRule : Microsoft.ML.Trainers.FastTree.MovingWindowRule
type GeneralityToProgressRatioRule = class
    inherit MovingWindowRule
Public NotInheritable Class GeneralityToProgressRatioRule
Inherits MovingWindowRule
繼承

建構函式

GeneralityToProgressRatioRule(Single, Int32)

建立規則,當一般性與進度比率超過 threshold 時,可能會終止定型程式。

屬性

Threshold

範圍 [0, 1] 中的臨界值。

(繼承來源 MovingWindowRule)
WindowSize

判斷定型程式是否應該停止時,所考慮的歷史驗證分數數目。

(繼承來源 MovingWindowRule)

方法

CheckScore(Single, Single, Boolean)

請參閱 CheckScore(Single, Single, Boolean)

適用於