1 write to AllowEmptyTrees
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
129
AllowEmptyTrees
= allowEmptyTrees;
1 reference to AllowEmptyTrees
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
248
ch.Check(
AllowEmptyTrees
, "Impossible to perform a leaf split, but the learner was configured to not allow empty trees");