7 writes to GTOutput
Microsoft.ML.FastTree (7)
Dataset\FeatureFlock.cs (4)
320
leafSplitCandidates.FeatureSplitInfo[featureIndex].
GTOutput
= leafCalculator.CalculateSplittedLeafOutput(bestGTCount, bestSumGTTargets, bestSumGTWeights);
475
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GTOutput
=
687
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GTOutput
=
909
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
GTOutput
=
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
208
newRootSplitInfo.
GTOutput
= rootTarget;
795
leafSplitCandidates.FeatureSplitInfo[feature].
GTOutput
= CalculateSplittedLeafOutput(bestGTCount, bestSumGTTargets, bestSumGTWeights);
1167
GTOutput
= buffer.ToDouble(ref offset);
3 references to GTOutput
Microsoft.ML.FastTree (3)
GamTrainer.cs (1)
580
_subGraph.Splits[globalFeatureIndex][iteration].GtValue = GamTrainerOptions.LearningRate * splitinfo.
GTOutput
;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
290
bestSplitInfo.CategoricalSplit, bestSplitInfo.Threshold, bestSplitInfo.LteOutput, bestSplitInfo.
GTOutput
, bestSplitInfo.Gain, bestSplitInfo.GainPValue);
1140
GTOutput
.ToByteArray(buffer, ref offset);