1 write to BsrMaxTreeOutput
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
174
BsrMaxTreeOutput
= bsrMaxTreeOutput;
6 references to BsrMaxTreeOutput
Microsoft.ML.FastTree (6)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (6)
612
if (
BsrMaxTreeOutput
< 0)
623
if (
BsrMaxTreeOutput
<= 0 || absSumTargets < 2.0 * sumWeights *
BsrMaxTreeOutput
)
628
return 4.0 *
BsrMaxTreeOutput
* (absSumTargets -
BsrMaxTreeOutput
* sumWeights);
641
if (
BsrMaxTreeOutput
>= 0)