2 writes to _minBinSize
Microsoft.ML.Core (2)
Utilities\SupervisedBinFinder.cs (2)
68
_minBinSize
= minBinSize;
146
_minBinSize
= minBinSize;
1 reference to _minBinSize
Microsoft.ML.Core (1)
Utilities\SupervisedBinFinder.cs (1)
247
if (totalCount < binFinder.
_minBinSize
) // too small bin, won't split