RegressionTreeBase.RightChild 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
RightChild[i] 是當兩個條件 (1) 和 (2) 兩個條件時, LeftChild 第 i 個節點的子索引不是 true。 其傳回值遵循 中使用的 LeftChild 格式。
public System.Collections.Generic.IReadOnlyList<int> RightChild { get; }
member this.RightChild : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property RightChild As IReadOnlyList(Of Integer)