5 references to Dense0BitIntArray
Microsoft.ML.FastTree (5)
Dataset\IntArray.cs (2)
100return new Dense0BitIntArray(length); 132return new Dense0BitIntArray(length);
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]);