RegressionTreeBase.NumericalSplitThresholds Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)