RegressionTreeBase.RightChild 属性

定义

RightChild[i] 是当两个条件( (1) 和 (2) )时使用的 i-th 节点子索引,如文档中所述 LeftChild,则为 true。 Its return value follows the format used in 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)

属性值

适用于