BoostedTreeOptions.EarlyStoppingRule 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在符合指定準則之後,用來終止定型程式的早期停止規則。 可能的選擇是 EarlyStoppingRuleBase 的實作,例如 TolerantEarlyStoppingRule 和 GeneralityLossRule 。
public Microsoft.ML.Trainers.FastTree.EarlyStoppingRuleBase EarlyStoppingRule { get; set; }
member this.EarlyStoppingRule : Microsoft.ML.Trainers.FastTree.EarlyStoppingRuleBase with get, set
Public Property EarlyStoppingRule As EarlyStoppingRuleBase