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)
35
return _bins.SizeInBytes() + sizeof(double) *
_binUpperBounds
.Length;
52
return
_binUpperBounds
.Length;
63
.Select(bins => new SingletonFeatureFlock(bins,
_binUpperBounds
)).ToArray();
75
return
_binUpperBounds
;
117
_hist = new FeatureHistogram(_flock._bins, _flock.
_binUpperBounds
.Length, hasWeights);