nws_tools.
rm_negatives
Remove negative entries from connection matrices
corrs : NumPy 3darray
An array of K matrices of dimension N-by-N. Format is corrs.shape = (N,N,K), such that corrs[:,:,i] is the i-th N x N matrix
nws : NumPy 3darray
Same format as input tensor but corrs >= 0.
See also
None
Notes