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)
107yield return rgen.Next(_bins); 144yield return rgen.Next(_bins); 157IntArrayBits bits = IntArray.NumBitsNeeded(_bins); 273arrays.Select(bins => new FeatureHistogram(bins, _bins, false)).ToArray(arrays.Length);