v2.0.0
Loading...
Searching...
No Matches
UTILSLIB::XdawnResult Struct Reference

Result of an xDAWN decomposition. More...

#include <xdawn.h>

Public Attributes

Eigen::MatrixXd matFilters
Eigen::MatrixXd matPatterns
Eigen::MatrixXd matSignalCov
Eigen::MatrixXd matNoiseCov
Eigen::MatrixXd matTargetEvoked
int iTargetEvent = 1
bool bValid = false

Detailed Description

Result of an xDAWN decomposition.

Definition at line 73 of file xdawn.h.

Member Data Documentation

◆ bValid

bool UTILSLIB::XdawnResult::bValid = false

True if fit() produced a usable decomposition.

Definition at line 81 of file xdawn.h.

◆ iTargetEvent

int UTILSLIB::XdawnResult::iTargetEvent = 1

Event code used as the target class.

Definition at line 80 of file xdawn.h.

◆ matFilters

Eigen::MatrixXd UTILSLIB::XdawnResult::matFilters

Spatial filters W (n_channels x n_components).

Definition at line 75 of file xdawn.h.

◆ matNoiseCov

Eigen::MatrixXd UTILSLIB::XdawnResult::matNoiseCov

Residual-noise covariance (n_channels x n_channels).

Definition at line 78 of file xdawn.h.

◆ matPatterns

Eigen::MatrixXd UTILSLIB::XdawnResult::matPatterns

Spatial patterns A (n_channels x n_components).

Definition at line 76 of file xdawn.h.

◆ matSignalCov

Eigen::MatrixXd UTILSLIB::XdawnResult::matSignalCov

Target-evoked covariance (n_channels x n_channels).

Definition at line 77 of file xdawn.h.

◆ matTargetEvoked

Eigen::MatrixXd UTILSLIB::XdawnResult::matTargetEvoked

Average target evoked response (n_channels x n_samples).

Definition at line 79 of file xdawn.h.


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