3 references to FeatureHistogram
Microsoft.ML.FastTree (3)
Dataset\FeatureFlock.cs (1)
1238Hist = 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)
273arrays.Select(bins => new FeatureHistogram(bins, _bins, false)).ToArray(arrays.Length);