#include <set>
#include <vector>
#include <itpp/signal/fastica.h>
#include <mia/core/defines.hh>
#include <mia/core/slopevector.hh>
#include <mia/core/icaanalysisbase.hh>
#include <boost/concept/requires.hpp>
#include <boost/concept_check.hpp>
Go to the source code of this file.
Data Structures | |
class | CICAAnalysisITPP |
class for ICA analysis and use of such data. This class implements basic operations for of ICA. It makes use of the ITPP implementation of FastICA. More... | |
class | CICAAnalysisITPPFactory |
Typedefs | |
typedef std::shared_ptr< CICAAnalysisITPPFactory > | PICAAnalysisITPPFactory |
typedef std::shared_ptr<CICAAnalysisITPPFactory> PICAAnalysisITPPFactory |
Definition at line 165 of file core/ica.hh.