3 writes to _leafIndex
Microsoft.ML.FastTree (3)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
918
_leafIndex
= leafIndex;
1006
_leafIndex
= 0;
1074
_leafIndex
= -1;
1 reference to _leafIndex
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
855
get { return
_leafIndex
; }