1 write to _gtChild
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
163_gtChild = ImmutableArray.Create(_tree.GtChild, 0, _tree.NumNodes);
1 reference to _gtChild
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
74public IReadOnlyList<int> RightChild => _gtChild;