CMNE result. More...
#include <inv_cmne.h>
Public Attributes | |
| InvSourceEstimate | stcDspm |
| InvSourceEstimate | stcCmne |
| InvSourceEstimate | stcLstmPredict |
| Eigen::MatrixXd | matKernelDspm |
CMNE result.
Result container for the CMNE inverse solver.
Definition at line 74 of file inv_cmne.h.
| Eigen::MatrixXd INVLIB::InvCMNEResult::matKernelDspm |
Static dSPM kernel (n_sources x n_channels).
Definition at line 79 of file inv_cmne.h.
| InvSourceEstimate INVLIB::InvCMNEResult::stcCmne |
CMNE-corrected estimate.
Definition at line 77 of file inv_cmne.h.
| InvSourceEstimate INVLIB::InvCMNEResult::stcDspm |
Uncorrected dSPM estimate.
Definition at line 76 of file inv_cmne.h.
| InvSourceEstimate INVLIB::InvCMNEResult::stcLstmPredict |
Raw LSTM prediction (diagnostics).
Definition at line 78 of file inv_cmne.h.