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)
163if (!double.IsNaN(_weightedOutput) && _nodeCount != int.MaxValue) 165nodeCount = _nodeCount; 183nodeCount = _nodeCount;