5 references to SmoothLeafOutputs
Microsoft.ML.FastTree (5)
Training\OptimizationAlgorithms\OptimizationAlgorithm.cs (1)
115regularizer.SmoothLeafOutputs(rootNodeOutput, smoothing);
Training\RegressionTreeNodeDocuments.cs (4)
120LteNode.SmoothLeafOutputs(myOutput, smoothing); 121GtNode.SmoothLeafOutputs(myOutput, smoothing); 155LteNode.SmoothLeafOutputs(myOutput, smoothing); 156GtNode.SmoothLeafOutputs(myOutput, smoothing);