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