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