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