1 write to EntropyCoefficient
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
130EntropyCoefficient = entropyCoefficient * 1e-6;
6 references to EntropyCoefficient
Microsoft.ML.FastTree (6)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (6)
684EntropyCoefficient); 691EntropyCoefficient); 698EntropyCoefficient); 706EntropyCoefficient); 773if (EntropyCoefficient > 0) 777currentShiftedGain += EntropyCoefficient * entropyGain;