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)
20public override int Examples => _bins.Length; 35return _bins.SizeInBytes() + sizeof(double) * _binUpperBounds.Length; 46return _bins.GetIndexer(); 62return _bins.Split(assignment) 117_hist = new FeatureHistogram(_flock._bins, _flock._binUpperBounds.Length, hasWeights);