Result of an ICA decomposition. More...
#include <ica.h>
Public Attributes | |
| Eigen::MatrixXd | matMixing |
| Eigen::MatrixXd | matUnmixing |
| Eigen::MatrixXd | matSources |
| Eigen::VectorXd | vecMean |
| bool | bConverged |
Result of an ICA decomposition.
Holds the mixing and unmixing matrices and the extracted source time series. The relationship is: sources = unmixing * (data - mean) data_recon = mixing * sources + mean
| bool UTILSLIB::IcaResult::bConverged |
| Eigen::MatrixXd UTILSLIB::IcaResult::matMixing |
| Eigen::MatrixXd UTILSLIB::IcaResult::matSources |
| Eigen::MatrixXd UTILSLIB::IcaResult::matUnmixing |
| Eigen::VectorXd UTILSLIB::IcaResult::vecMean |