2 implementations of PerformGlobalSplit
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
59
void IParallelTraining.
PerformGlobalSplit
(int leaf, int lteChild, int gtChild, SplitInfo splitInfo)
Microsoft.ML.Predictor.Tests (1)
TestParallelFasttreeInterface.cs (1)
93
public void
PerformGlobalSplit
(int leaf, int lteChild, int gtChild, SplitInfo splitInfo)
3 references to PerformGlobalSplit
Microsoft.ML.FastTree (3)
Training\Parallel\IParallelTraining.cs (2)
42
/// <see cref="IsSkipNonSplittableHistogram" />, <see cref="FindGlobalBestSplit" />, <see cref="GetGlobalDataCountInLeaf" />, <see cref="
PerformGlobalSplit
" />.
48
/// Use <see cref="
PerformGlobalSplit
" /> to record global num_data in leaves.
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
319
_parallelTraining.
PerformGlobalSplit
(bestLeaf, lteChild, gtChild, bestSplitInfo);