1 write to _quantileEnabled
Microsoft.ML.FastTree (1)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
24
_quantileEnabled
= quantileEnabled;
1 reference to _quantileEnabled
Microsoft.ML.FastTree (1)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
35
if (tree != null &&
_quantileEnabled
)