2 references to New
Microsoft.ML.FastTree (2)
Dataset\Feature.cs (1)
334DenseIntArray concatBins = (DenseIntArray)IntArray.New(length, IntArrayType.Dense, bitsPerItem);
Dataset\SparseIntArray.cs (1)
266DenseIntArray dense = IntArray.New(Length, IntArrayType.Dense, BitsPerItem) as DenseIntArray;