FastICA.cpp

Go to the documentation of this file.
00001 #include "FastICA.h"
00002 
00003 FastICA::FastICA()
00004 {
00005 }
00006 
00007 FastICA::~FastICA()
00008 {
00009 }
00010 
00011 void FastICA::Separate(const boost::numeric::matrix<double> &In,boost::numeric::matrix<double> &Out)
00012 {
00013         const size_t maxiter = 100;
00014         const size_t nchannels = In.size1();
00015         const size_t npoints = In.size2();
00016         
00017         Weights = 
00018 }

Generated on Tue Aug 4 16:04:06 2009 for GPLIB++ by  doxygen 1.5.8