Go to the source code of this file.
Classes | |
| class | InfomaxICA |
| Infomax ICA. More... | |
Variables | |
| const fx_module_doc | infomax_ica_doc |
| const fx_entry_doc | infomax_ica_entries [] |
Yet another infomax ICA implementation.
Bell, A. and Sejnowski,T. (1995) "An information maximisation approach to blind signal separation." Neural Computation. 1129-1159.
For details: http://www.cnl.salk.edu/~tony/ica.html
Definition in file infomax_ica.h.
| const fx_module_doc infomax_ica_doc |
{
infomax_ica_entries, NULL,
"Performs ICA decomposition using Infomax method.\n"
}
Definition at line 69 of file infomax_ica.h.
| const fx_entry_doc infomax_ica_entries[] |
{
{"lambda", FX_PARAM, FX_DOUBLE, NULL,
" Learning rate for infomax method.\n"},
{"B", FX_PARAM, FX_INT, NULL,
" Infomax data window size.\n"},
{"epsilon", FX_PARAM, FX_DOUBLE, NULL,
" Infomax algorithm stop threshold.\n"},
FX_ENTRY_DOC_DONE
}
Definition at line 59 of file infomax_ica.h.
1.6.3