1 implementation of FindGlobalBestSplit
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
33void IParallelTraining.FindGlobalBestSplit(LeafSplitCandidates smallerChildSplitCandidates,
4 references to FindGlobalBestSplit
Microsoft.ML.FastTree (4)
Training\Parallel\IParallelTraining.cs (2)
42/// <see cref="IsSkipNonSplittableHistogram" />, <see cref="FindGlobalBestSplit" />, <see cref="GetGlobalDataCountInLeaf" />, <see cref="PerformGlobalSplit" />. 47/// Use <see cref="FindGlobalBestSplit" /> to sync up global best split
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
376_parallelTraining.FindGlobalBestSplit(SmallerChildSplitCandidates, null, FindBestThresholdFromRawArray, BestSplitInfoPerLeaf); 440_parallelTraining.FindGlobalBestSplit(SmallerChildSplitCandidates, LargerChildSplitCandidates, FindBestThresholdFromRawArray, BestSplitInfoPerLeaf);