1 write to _quantileSampleCount
Microsoft.ML.FastTree (1)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
23
_quantileSampleCount
= quantileSampleCount;
1 reference to _quantileSampleCount
Microsoft.ML.FastTree (1)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
39
targets, weights,
_quantileSampleCount
, Rand, tree.NumLeaves, out distributionWeights), distributionWeights);