RegressionTreeBase.RightChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RightChild[i] is the i-th node's child index used when the two conditions, (1) and (2), described in LeftChild's document are not 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)