Compartilhar via


RegressionTreeBase.NumericalSplitThresholds Propriedade

Definição

NumericalSplitThresholds[i] é o limite no recurso indexado por NumericalSplitFeatureIndexes[i], onde eu é o índice do nó i-th (por exemplo, eu é 1 para o 2º nó em 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 da propriedade

Aplica-se a