Partilhar via


RegressionTreeBase.RightChild Propriedade

Definição

RightChild[i] é o índice filho do nó i-th usado quando as duas condições, (1) e (2), descritas no LeftChilddocumento não são verdadeiras. Seu valor retornado segue o formato usado em 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 da propriedade

Aplica-se a