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,
368
if (
_leafSplitCandidates
.FeatureSplitInfo[globalFeatureIndex].Gain > 0)
577
SplitInfo splitinfo =
_leafSplitCandidates
.FeatureSplitInfo[globalFeatureIndex];