#include "FastICA.h"#include "UniformRNG.h"#include "miscfunc.h"#include <itpp/base/fastica.h>#include <itpp/base/mat.h>#include <itpp/base/sigfun.h>#include <fstream>Go to the source code of this file.
Functions | |
| void | WriteToFile (const itpp::Vec< double > &in, const itpp::Vec< double > &out, const string &base) |
| int | main () |
| int main | ( | void | ) |
Definition at line 21 of file testfastica.cpp.
References FastICA(), UniformRNG::GetNumber(), and WriteToFile().
| void WriteToFile | ( | const itpp::Vec< double > & | in, | |
| const itpp::Vec< double > & | out, | |||
| const string & | base | |||
| ) |
1.5.5