Partager via


RegressionTreeBase.NumericalSplitThresholds Propriété

Définition

NumericalSplitThresholds[i] est le seuil de la fonctionnalité indexée par NumericalSplitFeatureIndexes[i], où i est l’index du nœud i-th (par exemple, i est 1 pour le 2ème nœud dans Microsoft.ML.Trainers.FastTree.RegressionTreeBase._tree).

public System.Collections.Generic.IReadOnlyList<float> NumericalSplitThresholds { get; }
member this.NumericalSplitThresholds : System.Collections.Generic.IReadOnlyList<single>
Public ReadOnly Property NumericalSplitThresholds As IReadOnlyList(Of Single)

Valeur de propriété

S’applique à