v2.0.0
Loading...
Searching...
No Matches
inv_cmne_settings.h File Reference

Settings record for the INVLIB::InvCMNE solver (model path, sliding-window length, regularisation, base method). More...

#include "../inv_global.h"
#include <QString>
Include dependency graph for inv_cmne_settings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  INVLIB::InvCMNESettings
 CMNE settings. More...

Namespaces

namespace  INVLIB
 Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).

Detailed Description

Settings record for the INVLIB::InvCMNE solver (model path, sliding-window length, regularisation, base method).

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.0
Date
April 2026

INVLIB::InvCMNESettings collects every knob that InvCMNE::compute and InvCMNE::trainLstm need: the path to the trained ONNX LSTM, the look-back window length k that defines the temporal context fed into the network, the source-space size (which must match the LSTM's input dimension), the Tikhonov regulariser \( \lambda^{2} \), the underlying linear method (0 = MNE, 1 = dSPM, 2 = sLORETA) and the loose-orientation constraint.

Definition in file inv_cmne_settings.h.