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)
93public IReadOnlyList<bool> CategoricalSplitFlags => _categoricalSplitFlags;