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)
67public IReadOnlyList<int> LeftChild => _lteChild;