1 write to GainConfidenceLevel
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
135
GainConfidenceLevel
= 0,
5 references to GainConfidenceLevel
Microsoft.ML.FastTree (5)
GamTrainer.cs (5)
190
_gainConfidenceInSquaredStandardDeviations = Math.Pow(ProbabilityFunctions.Probit(1 - (1 - GamTrainerOptions.
GainConfidenceLevel
) * 0.5), 2);
206
Host.CheckParam(0 <= options.
GainConfidenceLevel
&& options.
GainConfidenceLevel
< 1, nameof(options.
GainConfidenceLevel
), "Must be in [0, 1).");
214
_gainConfidenceInSquaredStandardDeviations = Math.Pow(ProbabilityFunctions.Probit(1 - (1 - GamTrainerOptions.
GainConfidenceLevel
) * 0.5), 2);