1 write to _lteChild
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
162
_lteChild
= ImmutableArray.Create(_tree.LteChild, 0, _tree.NumNodes);
1 reference to _lteChild
Microsoft.ML.FastTree (1)
RegressionTree.cs (1)
67
public IReadOnlyList<int> LeftChild =>
_lteChild
;