#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 61 of file extended_infomax.h.
| bool UTILSLIB::InfomaxResult::converged |
Whether the algorithm converged.
Definition at line 66 of file extended_infomax.h.
| Eigen::MatrixXd UTILSLIB::InfomaxResult::matMixing |
Mixing matrix (n_channels x n_components).
Definition at line 63 of file extended_infomax.h.
| Eigen::MatrixXd UTILSLIB::InfomaxResult::matSources |
Source activations (n_components x n_times).
Definition at line 64 of file extended_infomax.h.
| Eigen::MatrixXd UTILSLIB::InfomaxResult::matUnmixing |
Unmixing matrix (n_components x n_channels).
Definition at line 62 of file extended_infomax.h.
| int UTILSLIB::InfomaxResult::nIterations |
Number of iterations performed.
Definition at line 65 of file extended_infomax.h.