2 writes to _entropyCoefficient
Microsoft.ML.FastTree (2)
GamTrainer.cs (2)
191
_entropyCoefficient
= GamTrainerOptions.EntropyCoefficient * 1e-6;
215
_entropyCoefficient
= GamTrainerOptions.EntropyCoefficient * 1e-6;
1 reference to _entropyCoefficient
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
364
_gainConfidenceInSquaredStandardDeviations,
_entropyCoefficient
,