Compute adjacency from distances in a source space.
SourceSpacesThe source space must have distances between vertices computed, such
that src[‘dist’] exists and is useful. This can be obtained
with a call to mne.setup_source_space() with the
add_dist=True option.
floatMaximal geodesic distance (in m) between vertices in the source space to consider neighbors.
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.