1 write to _binUpperBounds
Microsoft.ML.FastTree (1)
Dataset\SingletonFeatureFlock.cs (1)
30_binUpperBounds = binUpperBounds;
5 references to _binUpperBounds
Microsoft.ML.FastTree (5)
Dataset\SingletonFeatureFlock.cs (5)
35return _bins.SizeInBytes() + sizeof(double) * _binUpperBounds.Length; 52return _binUpperBounds.Length; 63.Select(bins => new SingletonFeatureFlock(bins, _binUpperBounds)).ToArray(); 75return _binUpperBounds; 117_hist = new FeatureHistogram(_flock._bins, _flock._binUpperBounds.Length, hasWeights);