7 writes to LteCount
Microsoft.ML.FastTree (7)
Dataset\FeatureFlock.cs (4)
321leafSplitCandidates.FeatureSplitInfo[featureIndex].LteCount = totalCount - bestGTCount; 478leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].LteCount = totalCount - bestGTCount; 690leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].LteCount = totalCount - bestGTCount; 912leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].LteCount = totalCount - bestGTCount;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
210newRootSplitInfo.LteCount = -1; 796leafSplitCandidates.FeatureSplitInfo[feature].LteCount = totalCount - bestGTCount; 1170LteCount = buffer.ToInt(ref offset);
1 reference to LteCount
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
1143LteCount.ToByteArray(buffer, ref offset);