3 instantiations of SingletonFeatureFlock
Microsoft.ML.FastTree (3)
Dataset\SingletonFeatureFlock.cs (1)
63.Select(bins => new SingletonFeatureFlock(bins, _binUpperBounds)).ToArray();
FastTree.cs (2)
1256return new SingletonFeatureFlock(bins, binUpperBounds); 2061yield return new SingletonFeatureFlock(new Dense0BitIntArray(NumExamples), BinUpperBounds[0]);
6 references to SingletonFeatureFlock
Microsoft.ML.FastTree (6)
Dataset\FeatureFlock.cs (1)
1137/// say, a <see cref="SingletonFeatureFlock"/>, would have bin values as follows.
Dataset\SingletonFeatureFlock.cs (4)
80private readonly SingletonFeatureFlock _flock; 94public Indexer(SingletonFeatureFlock flock) 104private readonly SingletonFeatureFlock _flock; 112public SufficientStats(SingletonFeatureFlock flock, bool hasWeights)
FastTree.cs (1)
1189private protected static SingletonFeatureFlock CreateSingletonFlock(IChannel ch, in VBuffer<double> values, int[] binnedValues,