7 writes to LteOutput
Microsoft.ML.FastTree (7)
Dataset\FeatureFlock.cs (4)
319leafSplitCandidates.FeatureSplitInfo[featureIndex].LteOutput = leafCalculator.CalculateSplittedLeafOutput(totalCount - bestGTCount, sumTargets - bestSumGTTargets, sumWeights - bestSumGTWeights); 471leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].LteOutput = 683leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].LteOutput = 905leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].LteOutput =
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
207newRootSplitInfo.LteOutput = rootTarget; 794leafSplitCandidates.FeatureSplitInfo[feature].LteOutput = CalculateSplittedLeafOutput(totalCount - bestGTCount, sumTargets - bestSumGTTargets, sumWeights - bestSumGTWeights); 1166LteOutput = buffer.ToDouble(ref offset);
3 references to LteOutput
Microsoft.ML.FastTree (3)
GamTrainer.cs (1)
579_subGraph.Splits[globalFeatureIndex][iteration].LteValue = GamTrainerOptions.LearningRate * splitinfo.LteOutput;
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
290bestSplitInfo.CategoricalSplit, bestSplitInfo.Threshold, bestSplitInfo.LteOutput, bestSplitInfo.GTOutput, bestSplitInfo.Gain, bestSplitInfo.GainPValue); 1139LteOutput.ToByteArray(buffer, ref offset);