1 write to _categoricalSplitFlags
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
167
_categoricalSplitFlags
= ImmutableArray.Create(_tree.CategoricalSplit, 0, _tree.NumNodes);
1 reference to _categoricalSplitFlags
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
93
public IReadOnlyList<bool> CategoricalSplitFlags =>
_categoricalSplitFlags
;