1 write to _numericalSplitThresholds
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
166_numericalSplitThresholds = ImmutableArray.Create(_tree.RawThresholds, 0, _tree.NumNodes);
1 reference to _numericalSplitThresholds
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
87public IReadOnlyList<float> NumericalSplitThresholds => _numericalSplitThresholds;