5 references to Dense0BitIntArray
Microsoft.ML.FastTree (5)
Dataset\IntArray.cs (2)
100
return new
Dense0BitIntArray
(length);
132
return new
Dense0BitIntArray
(length);
Dataset\OneHotFeatureFlock.cs (1)
33
return new
Dense0BitIntArray
(Bins.Length);
FastTree.cs (2)
1209
bins = new
Dense0BitIntArray
(values.Length);
2061
yield return new SingletonFeatureFlock(new
Dense0BitIntArray
(NumExamples), BinUpperBounds[0]);