7 writes to GTOutput
Microsoft.ML.FastTree (7)
Dataset\FeatureFlock.cs (4)
320leafSplitCandidates.FeatureSplitInfo[featureIndex].GTOutput = leafCalculator.CalculateSplittedLeafOutput(bestGTCount, bestSumGTTargets, bestSumGTWeights); 475leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].GTOutput = 687leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].GTOutput = 909leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].GTOutput =
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
208newRootSplitInfo.GTOutput = rootTarget; 795leafSplitCandidates.FeatureSplitInfo[feature].GTOutput = CalculateSplittedLeafOutput(bestGTCount, bestSumGTTargets, bestSumGTWeights); 1167GTOutput = 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)
290bestSplitInfo.CategoricalSplit, bestSplitInfo.Threshold, bestSplitInfo.LteOutput, bestSplitInfo.GTOutput, bestSplitInfo.Gain, bestSplitInfo.GainPValue); 1140GTOutput.ToByteArray(buffer, ref offset);