1 write to NumLeaves
Microsoft.ML.FastTree (1)
Training\TreeLearners\TreeLearner.cs (1)
20
NumLeaves
= numLeaves;
3 references to NumLeaves
Microsoft.ML.FastTree (3)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
29
return new InternalQuantileRegressionTree(
NumLeaves
);
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (2)
198
return new InternalRegressionTree(
NumLeaves
);
224
int maxLeaves = base.
NumLeaves
;