RegressionTreeBase.NumericalSplitThresholds Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)