v2.0.0
Loading...
Searching...
No Matches
MNELIB::MNEMneData Class Reference

Data associated with MNE computations for each mneMeasDataSet. More...

#include <mne_mne_data.h>

Public Types

typedef QSharedPointer< MNEMneDataSPtr
typedef QSharedPointer< const MNEMneDataConstSPtr

Public Member Functions

 MNEMneData ()=default
 ~MNEMneData ()=default

Public Attributes

Eigen::MatrixXf datap
Eigen::MatrixXf predicted
Eigen::VectorXf SNR
Eigen::VectorXf lambda2_est
Eigen::VectorXf lambda2

Detailed Description

Data associated with MNE computations for each mneMeasDataSet.

Implements MNE Mne Data (Replaces *mneMneData,mneMneDataRec; struct of MNE-C mne_types.h).

Definition at line 71 of file mne_mne_data.h.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const MNEMneData> MNELIB::MNEMneData::ConstSPtr

Const shared pointer type for MNEMneData.

Definition at line 75 of file mne_mne_data.h.

◆ SPtr

typedef QSharedPointer<MNEMneData> MNELIB::MNEMneData::SPtr

Shared pointer type for MNEMneData.

Definition at line 74 of file mne_mne_data.h.

Constructor & Destructor Documentation

◆ MNEMneData()

MNELIB::MNEMneData::MNEMneData ( )
default

Constructs the MNEMneData.

◆ ~MNEMneData()

MNELIB::MNEMneData::~MNEMneData ( )
default

Destroys the MNEMneData.

Member Data Documentation

◆ datap

Eigen::MatrixXf MNELIB::MNEMneData::datap

Projection of the whitened data onto the field eigenvectors.

Definition at line 90 of file mne_mne_data.h.

◆ lambda2

Eigen::VectorXf MNELIB::MNEMneData::lambda2

Regularization parameter to be used (as a function of time).

Definition at line 94 of file mne_mne_data.h.

◆ lambda2_est

Eigen::VectorXf MNELIB::MNEMneData::lambda2_est

Regularization parameter estimated from available data.

Definition at line 93 of file mne_mne_data.h.

◆ predicted

Eigen::MatrixXf MNELIB::MNEMneData::predicted

The predicted data.

Definition at line 91 of file mne_mne_data.h.

◆ SNR

Eigen::VectorXf MNELIB::MNEMneData::SNR

Estimated power SNR as a function of time.

Definition at line 92 of file mne_mne_data.h.


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