1 write to _bins
Microsoft.ML.FastTree (1)
Dataset\SingletonFeatureFlock.cs (1)
29
_bins
= bins;
5 references to _bins
Microsoft.ML.FastTree (5)
Dataset\SingletonFeatureFlock.cs (5)
20
public override int Examples =>
_bins
.Length;
35
return
_bins
.SizeInBytes() + sizeof(double) * _binUpperBounds.Length;
46
return
_bins
.GetIndexer();
62
return
_bins
.Split(assignment)
117
_hist = new FeatureHistogram(_flock.
_bins
, _flock._binUpperBounds.Length, hasWeights);