1 write to _bins
Microsoft.ML.FastTree (1)
SumupPerformanceCommand.cs (1)
98
_bins
= args.Bins;
4 references to _bins
Microsoft.ML.FastTree (4)
SumupPerformanceCommand.cs (4)
107
yield return rgen.Next(
_bins
);
144
yield return rgen.Next(
_bins
);
157
IntArrayBits bits = IntArray.NumBitsNeeded(
_bins
);
273
arrays.Select(bins => new FeatureHistogram(bins,
_bins
, false)).ToArray(arrays.Length);