1 write to GainConfidenceLevel
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
135GainConfidenceLevel = 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); 206Host.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);