Result of an xDAWN decomposition.
More...
#include <xdawn.h>
Result of an xDAWN decomposition.
Definition at line 52 of file xdawn.h.
◆ bValid
| bool UTILSLIB::XdawnResult::bValid = false |
True if fit() produced a usable decomposition.
Definition at line 60 of file xdawn.h.
◆ iTargetEvent
| int UTILSLIB::XdawnResult::iTargetEvent = 1 |
Event code used as the target class.
Definition at line 59 of file xdawn.h.
◆ matFilters
| Eigen::MatrixXd UTILSLIB::XdawnResult::matFilters |
Spatial filters W (n_channels x n_components).
Definition at line 54 of file xdawn.h.
◆ matNoiseCov
| Eigen::MatrixXd UTILSLIB::XdawnResult::matNoiseCov |
Residual-noise covariance (n_channels x n_channels).
Definition at line 57 of file xdawn.h.
◆ matPatterns
| Eigen::MatrixXd UTILSLIB::XdawnResult::matPatterns |
Spatial patterns A (n_channels x n_components).
Definition at line 55 of file xdawn.h.
◆ matSignalCov
| Eigen::MatrixXd UTILSLIB::XdawnResult::matSignalCov |
Target-evoked covariance (n_channels x n_channels).
Definition at line 56 of file xdawn.h.
◆ matTargetEvoked
| Eigen::MatrixXd UTILSLIB::XdawnResult::matTargetEvoked |
Average target evoked response (n_channels x n_samples).
Definition at line 58 of file xdawn.h.
The documentation for this struct was generated from the following file: