Data Structures | |
class | CConvergenceMeasure |
Class to get a convergence value as mean over various time steps. More... | |
class | CFastICADeflNonlinearity |
This is the base clase for non-linearities used in deflation based ICA. More... | |
class | CFastICANonlinearityBase |
class | CIndepCompAnalysis |
class | CIndepCompAnalysisFactory |
class | TPerLevelScalarParam |
Typedefs | |
typedef TFactory< CFastICADeflNonlinearity > | CFastICADeflNonlinearityPlugin |
typedef THandlerSingleton< TFactoryPluginHandler< CFastICADeflNonlinearityPlugin > > | CFastICADeflNonlinearityPluginHandler |
typedef TFactory< CIndepCompAnalysisFactory > | CIndepCompAnalysisFactoryPlugin |
typedef THandlerSingleton< TFactoryPluginHandler< CIndepCompAnalysisFactoryPlugin > > | CIndepCompAnalysisFactoryPluginHandler |
plugin handler for spaciel filter kernels More... | |
typedef std::shared_ptr< CFastICADeflNonlinearity > | PFastICADeflNonlinearity |
typedef CIndepCompAnalysis::Pointer | PIndepCompAnalysis |
typedef std::shared_ptr< CIndepCompAnalysisFactory > | PIndepCompAnalysisFactory |
Functions | |
EXPORT_CORE PFastICADeflNonlinearity | produce_fastica_nonlinearity (const std::string &descr) |
PIndepCompAnalysisFactory | produce_ica_factory (const std::string &descr) |
Variables | |
template class EXPORT_CORE | TPluginHandler< TFactory< CIndepCompAnalysisFactory > > |
Definition at line 115 of file fastica_nonlinearity.hh.
Definition at line 180 of file core/ica.hh.
typedef THandlerSingleton<TFactoryPluginHandler<CIndepCompAnalysisFactoryPlugin> > mia::CIndepCompAnalysisFactoryPluginHandler |
plugin handler for spaciel filter kernels
Definition at line 186 of file core/ica.hh.
typedef std::shared_ptr<CFastICADeflNonlinearity> mia::PFastICADeflNonlinearity |
Definition at line 109 of file fastica_nonlinearity.hh.
Definition at line 159 of file core/ica.hh.
typedef std::shared_ptr<CIndepCompAnalysisFactory> mia::PIndepCompAnalysisFactory |
Definition at line 182 of file core/ica.hh.
EXPORT_CORE PFastICADeflNonlinearity mia::produce_fastica_nonlinearity | ( | const std::string & | descr | ) |
|
inline |
Definition at line 200 of file core/ica.hh.
References THandlerSingleton< T >::instance(), and mia::CIndepCompAnalysis::set_row().
template class EXPORT_CORE mia::TPluginHandler< TFactory< CIndepCompAnalysisFactory > > |