2 writes to _nodeCount
Microsoft.ML.FastTree (2)
Training\RegressionTreeNodeDocuments.cs (2)
100
_nodeCount
= int.MaxValue;
181
_nodeCount
= lteDocCount + gtDocCount;
3 references to _nodeCount
Microsoft.ML.FastTree (3)
Training\RegressionTreeNodeDocuments.cs (3)
163
if (!double.IsNaN(_weightedOutput) &&
_nodeCount
!= int.MaxValue)
165
nodeCount =
_nodeCount
;
183
nodeCount =
_nodeCount
;