1 implementation of GetGlobalDataCountInLeaf
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
40void IParallelTraining.GetGlobalDataCountInLeaf(int leafIdx, ref int cnt)
4 references to GetGlobalDataCountInLeaf
Microsoft.ML.FastTree (4)
Training\Parallel\IParallelTraining.cs (2)
42/// <see cref="IsSkipNonSplittableHistogram" />, <see cref="FindGlobalBestSplit" />, <see cref="GetGlobalDataCountInLeaf" />, <see cref="PerformGlobalSplit" />. 45/// Use <see cref="GetGlobalDataCountInLeaf" /> to check smaller leaf and larger leaf.
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
392_parallelTraining.GetGlobalDataCountInLeaf(lteChild, ref numDocsInLteChild); 393_parallelTraining.GetGlobalDataCountInLeaf(gtChild, ref numDocsInGtChild);