RegressionTreeBase.NumericalSplitFeatureIndexes 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.
NumericalSplitFeatureIndexes[i] é o índice de recursos usado na função de divisão do nó i-th. Esse valor só será válido se CategoricalSplitFlags[i] for falso.
public System.Collections.Generic.IReadOnlyList<int> NumericalSplitFeatureIndexes { get; }
member this.NumericalSplitFeatureIndexes : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property NumericalSplitFeatureIndexes As IReadOnlyList(Of Integer)