Share via


RegressionTreeBase.NumericalSplitThresholds Propiedad

Definición

NumericalSplitThresholds[i] es el umbral de la característica indizada por NumericalSplitFeatureIndexes[i], donde i es el índice del nodo i-th (por ejemplo, i es 1 para el segundo nodo en 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)

Valor de propiedad

Se aplica a