1 implementation of GetGlobalDataCountInLeaf
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
40
void 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);