3 references to 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]);