Share via


RegressionTreeBase.NumericalSplitFeatureIndexes Property

Definition

NumericalSplitFeatureIndexes[i] is the feature index used the splitting function of the i-th node. This value is valid only if CategoricalSplitFlags[i] is false.

public System.Collections.Generic.IReadOnlyList<int> NumericalSplitFeatureIndexes { get; }
member this.NumericalSplitFeatureIndexes : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property NumericalSplitFeatureIndexes As IReadOnlyList(Of Integer)

Property Value

Applies to