Compute adjacency from triangles and time instants.
array
N x 3 array defining triangles.
int
Number of time points.
Reassign vertex indices based on unique values. Useful to process a subset of triangles. Defaults to False.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.
coo_matrix
The adjacency matrix describing the spatio-temporal graph structure. If N is the number of vertices in the source space, the N first nodes in the graph are the vertices are time 1, the nodes from 2 to 2N are the vertices during time 2, etc.