RegressionTreeBase.CategoricalSplitFlags 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.
Determine the types of splitting function. If CategoricalSplitFlags[i] is true, the i-th node's uses categorical splitting function. Otherwise, traditional numerical split is used.
public System.Collections.Generic.IReadOnlyList<bool> CategoricalSplitFlags { get; }
member this.CategoricalSplitFlags : System.Collections.Generic.IReadOnlyList<bool>
Public ReadOnly Property CategoricalSplitFlags As IReadOnlyList(Of Boolean)