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