Compute adjacency from triangles.
arrayN x 3 array defining triangles.
Reassign vertex indices based on unique values. Useful to process a subset of triangles. Defaults to False.
str | int | NoneControl 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_matrixThe adjacency matrix describing the spatial graph structure.