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)
74
public IReadOnlyList<int> RightChild =>
_gtChild
;