Organize a matrix containing 1d vectors of network activations as 2d maps.
matrixToActMapList(m, nrow = 0, ncol = 0)
a list containing the activation map matrices
the matrix containing one activation pattern in every row
number of rows the resulting matrices will have
number of columns the resulting matrices will have
The input to this function is a matrix containing in each row an activation pattern/output of a neural network. This function uses vectorToActMap to reorganize the matrix to a list of matrices, whereby each row of the input matrix is converted to a matrix in the output list.
vectorToActMap plotActMap