Skip to content

Commit

Permalink
[GSOC] Add decoding module (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Jun 19, 2024
1 parent 57afdcc commit 57a1271
Show file tree
Hide file tree
Showing 9 changed files with 1,735 additions and 71 deletions.
15 changes: 15 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,24 @@ on numpy array inputs.
spectral_connectivity_epochs
spectral_connectivity_time

Decoding classes
================

These classes fit filters which decompose data into discrete sources of
connectivity, amplifying the signal-to-noise ratio of these interactions.

.. currentmodule:: mne_connectivity.decoding

.. autosummary::
:toctree: generated/

CoherencyDecomposition

Reading functions
=================

.. currentmodule:: mne_connectivity

.. autosummary::
:toctree: generated/

Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"n_node_names",
"n_tapers",
"n_signals",
"n_components",
"n_step",
"n_freqs",
"epochs",
Expand Down
6 changes: 6 additions & 0 deletions examples/decoding/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

Decoding & Decomposition Examples
---------------------------------

Examples demonstrating multivariate connectivity analysis using the decomposition tools
of the decoding module.
Loading

0 comments on commit 57a1271

Please sign in to comment.