1 implementation of IsNeedFindLocalBestSplit
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
28bool IParallelTraining.IsNeedFindLocalBestSplit()
3 references to IsNeedFindLocalBestSplit
Microsoft.ML.FastTree (3)
Training\Parallel\IParallelTraining.cs (2)
41/// 2. interactive with TreeLearner: <see cref="InitIteration" />, <see cref="CacheHistogram" />, <see cref="IsNeedFindLocalBestSplit" />, 46/// Use <see cref="CacheHistogram" />, <see cref="IsNeedFindLocalBestSplit" /> and <see cref="IsSkipNonSplittableHistogram" /> to interactive with Feature histograms.
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
669if (!_parallelTraining.IsNeedFindLocalBestSplit())