GeneralityToProgressRatioRule 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 |
範圍 [0, 1] 中的臨界值。 (繼承來源 MovingWindowRule) |
WindowSize |
判斷定型程式是否應該停止時,所考慮的歷史驗證分數數目。 (繼承來源 MovingWindowRule) |
方法
CheckScore(Single, Single, Boolean) |