Serialized Form
-
Package io.github.nearage.jnn.input
-
Class io.github.nearage.jnn.input.Matrix
class Matrix extends Object implements Serializable-
Serialized Fields
-
cols
int cols
Number of cols -
data
double[] data
Data of the matrix -
rows
int rows
Number of rows -
size
int size
Size of the matrix
-
-
-