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,