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