1 write to LargerChildSplitCandidates
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
168MakeSplitCandidateArrays(TrainData, out SmallerChildSplitCandidates, out LargerChildSplitCandidates);
8 references to LargerChildSplitCandidates
Microsoft.ML.FastTree (8)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (8)
367LargerChildSplitCandidates.Initialize(); 412LargerChildSplitCandidates.Initialize(gtChild, partitioning, targets, GetTargetWeights(), FilterZeros); 425LargerChildSplitCandidates.Initialize(lteChild, partitioning, targets, GetTargetWeights(), FilterZeros); 439FindAndSetBestFeatureForLeaf(LargerChildSplitCandidates); 440_parallelTraining.FindGlobalBestSplit(SmallerChildSplitCandidates, LargerChildSplitCandidates, FindBestThresholdFromRawArray, BestSplitInfoPerLeaf); 545if (LargerChildSplitCandidates.LeafIndex < 0) 552Sumup(largeStats, featureMin, LargerChildSplitCandidates); 557FindBestThresholdFromHistogram(largeStats, LargerChildSplitCandidates, flock);