RegressionTreeBase.RightChild 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)