DenseBatch
¶2D dense batch, laid out in row-major layout
Author: | Philip Cho |
---|
DenseBatch
(float[] data, float missing_value, int num_row, int num_col)¶Create a dense batch representing a 2D dense matrix
Parameters: |
|
---|---|
Throws: |
|
Return: | Created dense batch |