RegressionTreeBase.NumericalSplitFeatureIndexes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)