3 references to FeatureHistogram
Microsoft.ML.FastTree (3)
Dataset\FeatureFlock.cs (1)
1238
Hist = new
FeatureHistogram
(_flock.Bins, _flock.HotFeatureStarts[_flock.Count], hasWeights);
Dataset\SingletonFeatureFlock.cs (1)
117
_hist = new
FeatureHistogram
(_flock._bins, _flock._binUpperBounds.Length, hasWeights);
SumupPerformanceCommand.cs (1)
273
arrays.Select(bins => new
FeatureHistogram
(bins, _bins, false)).ToArray(arrays.Length);