output data
An array of arrays of 0-1 floats. The inner arrays are rows.
A 2x2 matrix's output array will look like:
[ [ row1col1, row1col2 ] , [ row2col1, row2col2 ] ]
properties
.matrix
(default data output)
An array of arrays of 0-1 floats. The inner arrays are rows.
A 2x2 matrix's output array will look like:
[ [ row1col1, row1col2 ] , [ row2col1, row2col2 ] ]
methods