1 write to _parallelTraining
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
180
_parallelTraining
= parallelTraining;
12 references to _parallelTraining
Microsoft.ML.FastTree (12)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (12)
181
_parallelTraining
.InitTreeLearner(TrainData, numLeaves, MaxCategoricalSplitPointsPerNode, ref MinDocsInLeaf);
278
_parallelTraining
.FinalizeIteration();
319
_parallelTraining
.PerformGlobalSplit(bestLeaf, lteChild, gtChild, bestSplitInfo);
321
|| !(
_parallelTraining
is SingleTrainer));
329
_parallelTraining
.InitIteration(ref activeFeatures);
376
_parallelTraining
.FindGlobalBestSplit(SmallerChildSplitCandidates, null, FindBestThresholdFromRawArray, BestSplitInfoPerLeaf);
392
_parallelTraining
.GetGlobalDataCountInLeaf(lteChild, ref numDocsInLteChild);
393
_parallelTraining
.GetGlobalDataCountInLeaf(gtChild, ref numDocsInGtChild);
440
_parallelTraining
.FindGlobalBestSplit(SmallerChildSplitCandidates, LargerChildSplitCandidates, FindBestThresholdFromRawArray, BestSplitInfoPerLeaf);
536
if (!ParentHistogramArray[flock].IsSplittable.Any() &&
_parallelTraining
.IsSkipNonSplittableHistogram())
666
_parallelTraining
.CacheHistogram(leafSplitCandidates == SmallerChildSplitCandidates, feature, subfeature, histogram, HasWeights);
669
if (!
_parallelTraining
.IsNeedFindLocalBestSplit())