7 writes to GTCount
Microsoft.ML.FastTree (7)
Dataset\FeatureFlock.cs (4)
322
leafSplitCandidates.FeatureSplitInfo[featureIndex].
GTCount
= bestGTCount;
479
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GTCount
= bestGTCount;
691
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GTCount
= bestGTCount;
913
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GTCount
= bestGTCount;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
211
newRootSplitInfo.
GTCount
= -1;
797
leafSplitCandidates.FeatureSplitInfo[feature].
GTCount
= bestGTCount;
1171
GTCount
= buffer.ToInt(ref offset);
3 references to GTCount
Microsoft.ML.FastTree (3)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
320
Contracts.Assert(bestSplitInfo.
GTCount
< 0 || Partitioning.NumDocsInLeaf(gtChild) == bestSplitInfo.
GTCount
1144
GTCount
.ToByteArray(buffer, ref offset);