1 write to _numericalSplitFeatureIndexes
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
165_numericalSplitFeatureIndexes = ImmutableArray.Create(_tree.SplitFeatures, 0, _tree.NumNodes);
1 reference to _numericalSplitFeatureIndexes
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
80public IReadOnlyList<int> NumericalSplitFeatureIndexes => _numericalSplitFeatureIndexes;