2 writes to Smoothing
Microsoft.ML.FastTree (2)
BoostingFastTree.cs (1)
98
optimizationAlgorithm.
Smoothing
= FastTreeTrainerOptions.Smoothing;
RandomForest.cs (1)
50
optimizationAlgorithm.
Smoothing
= FastTreeTrainerOptions.Smoothing;
2 references to Smoothing
Microsoft.ML.FastTree (2)
Training\OptimizationAlgorithms\GradientDescent.cs (2)
127
if (
Smoothing
!= 0.0)
129
SmoothTree(tree,
Smoothing
);