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