A binary array of size NxNxT
representing the dynamic network. The generic entry in position [i,j,t]
is equal to 1
if i
interacts with j
during the t
-th time frame, or to 0
otherwise. Only undirected networks with no self-edges are supported, so each slice of the array must be a symmetric matrix with null elements on the diagonal.