RegressionTreeBase.RightChild Proprietà

Definizione

RightChild[i] è l'indice figlio del nodo i-th usato quando le due condizioni, (1) e (2), descritte nel LeftChilddocumento non sono vere. Il valore restituito segue il formato usato 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)

Valore della proprietà

Si applica a