v2.0.0
Loading...
Searching...
No Matches
INVLIB::InvCMNESettings Struct Reference

CMNE settings. More...

#include <inv_cmne_settings.h>

Public Attributes

QString onnxModelPath
int lookBack = 80
int numSources = 5124
double lambda2 = 1.0 / 9.0
int method = 1
double looseOriConstraint = 0.2

Detailed Description

CMNE settings.

Settings for the Contextual MNE (CMNE) inverse solver (Dinh et al. 2021).

Definition at line 63 of file inv_cmne_settings.h.

Member Data Documentation

◆ lambda2

double INVLIB::InvCMNESettings::lambda2 = 1.0 / 9.0

Tikhonov regularisation (SNR=3 -> lambda^2=1/9).

Definition at line 68 of file inv_cmne_settings.h.

◆ lookBack

int INVLIB::InvCMNESettings::lookBack = 80

k: number of past time steps.

Definition at line 66 of file inv_cmne_settings.h.

◆ looseOriConstraint

double INVLIB::InvCMNESettings::looseOriConstraint = 0.2

Orientation constraint.

Definition at line 70 of file inv_cmne_settings.h.

◆ method

int INVLIB::InvCMNESettings::method = 1

0=MNE, 1=dSPM (default), 2=sLORETA.

Definition at line 69 of file inv_cmne_settings.h.

◆ numSources

int INVLIB::InvCMNESettings::numSources = 5124

n_s: must match model input dim.

Definition at line 67 of file inv_cmne_settings.h.

◆ onnxModelPath

QString INVLIB::InvCMNESettings::onnxModelPath

Path to trained LSTM model (.onnx).

Definition at line 65 of file inv_cmne_settings.h.


The documentation for this struct was generated from the following file: