7 references to GainConfidenceLevel
Microsoft.ML.FastTree (7)
BoostingFastTree.cs (1)
69
FastTreeTrainerOptions.AllowEmptyTrees, FastTreeTrainerOptions.
GainConfidenceLevel
, FastTreeTrainerOptions.MaximumCategoricalGroupCountPerNode,
FastTree.cs (2)
276
if (!(0 <= FastTreeTrainerOptions.
GainConfidenceLevel
&& FastTreeTrainerOptions.
GainConfidenceLevel
< 1))
FastTreeArguments.cs (3)
623
ectx.CheckUserArg(0 <=
GainConfidenceLevel
&&
GainConfidenceLevel
< 1, nameof(
GainConfidenceLevel
), "Must be in [0, 1).");
RandomForest.cs (1)
69
FastTreeTrainerOptions.AllowEmptyTrees, FastTreeTrainerOptions.
GainConfidenceLevel
, FastTreeTrainerOptions.MaximumCategoricalGroupCountPerNode,