#include <extended_infomax.h>
Public Attributes | |
| Eigen::MatrixXd | matUnmixing |
| Eigen::MatrixXd | matMixing |
| Eigen::MatrixXd | matSources |
| int | nIterations |
| bool | converged |
Result structure for Extended Infomax ICA.
Definition at line 55 of file extended_infomax.h.
| bool UTILSLIB::InfomaxResult::converged |
Whether the algorithm converged.
Definition at line 60 of file extended_infomax.h.
| Eigen::MatrixXd UTILSLIB::InfomaxResult::matMixing |
Mixing matrix (n_channels x n_components).
Definition at line 57 of file extended_infomax.h.
| Eigen::MatrixXd UTILSLIB::InfomaxResult::matSources |
Source activations (n_components x n_times).
Definition at line 58 of file extended_infomax.h.
| Eigen::MatrixXd UTILSLIB::InfomaxResult::matUnmixing |
Unmixing matrix (n_components x n_channels).
Definition at line 56 of file extended_infomax.h.
| int UTILSLIB::InfomaxResult::nIterations |
Number of iterations performed.
Definition at line 59 of file extended_infomax.h.