6 instantiations of Dense0BitIntArray
Microsoft.ML.FastTree (6)
Dataset\IntArray.cs (3)
100return new Dense0BitIntArray(length); 132return new Dense0BitIntArray(length); 165return new Dense0BitIntArray(buffer, ref position);
Dataset\OneHotFeatureFlock.cs (1)
33return new Dense0BitIntArray(Bins.Length);
FastTree.cs (2)
1209bins = new Dense0BitIntArray(values.Length); 2061yield return new SingletonFeatureFlock(new Dense0BitIntArray(NumExamples), BinUpperBounds[0]);