7 writes to LteOutput
Microsoft.ML.FastTree (7)
Dataset\FeatureFlock.cs (4)
319
leafSplitCandidates.FeatureSplitInfo[featureIndex].
LteOutput
= leafCalculator.CalculateSplittedLeafOutput(totalCount - bestGTCount, sumTargets - bestSumGTTargets, sumWeights - bestSumGTWeights);
471
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
LteOutput
=
683
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
LteOutput
=
905
leafSplitCandidates.FeatureSplitInfo[firstFlockFeature].
LteOutput
=
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
207
newRootSplitInfo.
LteOutput
= rootTarget;
794
leafSplitCandidates.FeatureSplitInfo[feature].
LteOutput
= CalculateSplittedLeafOutput(totalCount - bestGTCount, sumTargets - bestSumGTTargets, sumWeights - bestSumGTWeights);
1166
LteOutput
= 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)
290
bestSplitInfo.CategoricalSplit, bestSplitInfo.Threshold, bestSplitInfo.
LteOutput
, bestSplitInfo.GTOutput, bestSplitInfo.Gain, bestSplitInfo.GainPValue);
1139
LteOutput
.ToByteArray(buffer, ref offset);