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