3 instantiations of SingletonFeatureFlock
Microsoft.ML.FastTree (3)
Dataset\SingletonFeatureFlock.cs (1)
63
.Select(bins => new
SingletonFeatureFlock
(bins, _binUpperBounds)).ToArray();
FastTree.cs (2)
1256
return new
SingletonFeatureFlock
(bins, binUpperBounds);
2061
yield 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)
80
private readonly
SingletonFeatureFlock
_flock;
94
public Indexer(
SingletonFeatureFlock
flock)
104
private readonly
SingletonFeatureFlock
_flock;
112
public SufficientStats(
SingletonFeatureFlock
flock, bool hasWeights)
FastTree.cs (1)
1189
private protected static
SingletonFeatureFlock
CreateSingletonFlock(IChannel ch, in VBuffer<double> values, int[] binnedValues,