5 references to Smoothing
Microsoft.ML.FastTree (5)
BoostingFastTree.cs (1)
98optimizationAlgorithm.Smoothing = FastTreeTrainerOptions.Smoothing;
FastTreeArguments.cs (3)
630ectx.CheckUserArg(0 <= Smoothing && Smoothing <= 1, nameof(Smoothing), "Must be between 0 and 1.");
RandomForest.cs (1)
50optimizationAlgorithm.Smoothing = FastTreeTrainerOptions.Smoothing;