Compartir a través de


RegressionTreeBase.RightChild Propiedad

Definición

RightChild[i] es el índice secundario del nodo i que se usa cuando las dos condiciones, (1) y (2), que se describen en LeftChildel documento del nodo no son true. Su valor devuelto sigue el formato usado en 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)

Valor de propiedad

Se aplica a