3 instantiations of Dense32BitIntArray
Microsoft.ML.FastTree (3)
Dataset\IntArray.cs (3)
112return new Dense32BitIntArray(length, values); 143return new Dense32BitIntArray(length); 175return new Dense32BitIntArray(buffer, ref position);