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

#include <extended_infomax.h>

Public Attributes

Eigen::MatrixXd matUnmixing
Eigen::MatrixXd matMixing
Eigen::MatrixXd matSources
int nIterations
bool converged

Detailed Description

Result structure for Extended Infomax ICA.

Definition at line 61 of file extended_infomax.h.

Member Data Documentation

◆ converged

bool UTILSLIB::InfomaxResult::converged

Whether the algorithm converged.

Definition at line 66 of file extended_infomax.h.

◆ matMixing

Eigen::MatrixXd UTILSLIB::InfomaxResult::matMixing

Mixing matrix (n_channels x n_components).

Definition at line 63 of file extended_infomax.h.

◆ matSources

Eigen::MatrixXd UTILSLIB::InfomaxResult::matSources

Source activations (n_components x n_times).

Definition at line 64 of file extended_infomax.h.

◆ matUnmixing

Eigen::MatrixXd UTILSLIB::InfomaxResult::matUnmixing

Unmixing matrix (n_components x n_channels).

Definition at line 62 of file extended_infomax.h.

◆ nIterations

int UTILSLIB::InfomaxResult::nIterations

Number of iterations performed.

Definition at line 65 of file extended_infomax.h.


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