infomax_ica.h File Reference

Include dependency graph for infomax_ica.h:
This graph shows which files directly or indirectly include this file:

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 []

Detailed Description

Author:
Chip Mappus

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.


Variable Documentation

const fx_module_doc infomax_ica_doc
Initial value:
 {
  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[]
Initial value:
 {
  {"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.

Generated on Mon Jan 24 12:04:39 2011 for FASTlib by  doxygen 1.6.3