2 writes to _gainConfidenceInSquaredStandardDeviations
Microsoft.ML.FastTree (2)
GamTrainer.cs (2)
190_gainConfidenceInSquaredStandardDeviations = Math.Pow(ProbabilityFunctions.Probit(1 - (1 - GamTrainerOptions.GainConfidenceLevel) * 0.5), 2); 214_gainConfidenceInSquaredStandardDeviations = Math.Pow(ProbabilityFunctions.Probit(1 - (1 - GamTrainerOptions.GainConfidenceLevel) * 0.5), 2);
1 reference to _gainConfidenceInSquaredStandardDeviations
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
364_gainConfidenceInSquaredStandardDeviations, _entropyCoefficient,