1 implementation of IsSkipNonSplittableHistogram
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
91bool IParallelTraining.IsSkipNonSplittableHistogram()
3 references to IsSkipNonSplittableHistogram
Microsoft.ML.FastTree (3)
Training\Parallel\IParallelTraining.cs (2)
42/// <see cref="IsSkipNonSplittableHistogram" />, <see cref="FindGlobalBestSplit" />, <see cref="GetGlobalDataCountInLeaf" />, <see cref="PerformGlobalSplit" />. 46/// Use <see cref="CacheHistogram" />, <see cref="IsNeedFindLocalBestSplit" /> and <see cref="IsSkipNonSplittableHistogram" /> to interactive with Feature histograms.
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
536if (!ParentHistogramArray[flock].IsSplittable.Any() && _parallelTraining.IsSkipNonSplittableHistogram())