Partager via


RegressionTreeBase.GetCategoricalSplitFeaturesAt(Int32) Méthode

Définition

Retourne les seuils catégoriels utilisés au niveau du nœud indexé par nodeIndex. Si la fonctionnalité d’entrée considérée ne correspond à aucune des valeurs retournées par GetCategoricalSplitFeaturesAt(Int32), nous l’appelons un événement inférieur à un seuil et donc LeftChild[nodeIndex] est le nœud enfant que l’entrée doit suivre. La valeur retournée est valide uniquement si CategoricalSplitFlags[nodeIndex] a la valeur true.

public System.Collections.Generic.IReadOnlyList<int> GetCategoricalSplitFeaturesAt (int nodeIndex);
member this.GetCategoricalSplitFeaturesAt : int -> System.Collections.Generic.IReadOnlyList<int>
Public Function GetCategoricalSplitFeaturesAt (nodeIndex As Integer) As IReadOnlyList(Of Integer)

Paramètres

nodeIndex
Int32

Retours

S’applique à