MovingWindowRule 类

定义

public abstract class MovingWindowRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRule
type MovingWindowRule = class
    inherit EarlyStoppingRule
Public MustInherit Class MovingWindowRule
Inherits EarlyStoppingRule
继承
派生

属性

Threshold

范围 [0, 1] 中的阈值。

WindowSize

确定训练过程是否应停止时考虑的历史验证分数数。

方法

CheckScore(Single, Single, Boolean)

检查学习是否应停止。

(继承自 EarlyStoppingRuleBase)

适用于