1 write to _leafSplitCandidates
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
596_leafSplitCandidates = new LeastSquaresRegressionTreeLearner.LeafSplitCandidates(TrainSet);
4 references to _leafSplitCandidates
Microsoft.ML.FastTree (4)
GamTrainer.cs (4)
361_histogram[flockIndex].FindBestSplitForFeature(_leafSplitHelper, _leafSplitCandidates, 362_leafSplitCandidates.Targets.Length, sumTargets, sumWeights, 368if (_leafSplitCandidates.FeatureSplitInfo[globalFeatureIndex].Gain > 0) 577SplitInfo splitinfo = _leafSplitCandidates.FeatureSplitInfo[globalFeatureIndex];