mia Namespace Reference

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< CFastICADeflNonlinearityCFastICADeflNonlinearityPlugin
 
typedef THandlerSingleton< TFactoryPluginHandler< CFastICADeflNonlinearityPlugin > > CFastICADeflNonlinearityPluginHandler
 
typedef TFactory< CIndepCompAnalysisFactoryCIndepCompAnalysisFactoryPlugin
 
typedef THandlerSingleton< TFactoryPluginHandler< CIndepCompAnalysisFactoryPlugin > > CIndepCompAnalysisFactoryPluginHandler
 plugin handler for spaciel filter kernels More...
 
typedef std::shared_ptr< CFastICADeflNonlinearityPFastICADeflNonlinearity
 
typedef CIndepCompAnalysis::Pointer PIndepCompAnalysis
 
typedef std::shared_ptr< CIndepCompAnalysisFactoryPIndepCompAnalysisFactory
 

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

Typedef Documentation

◆ CFastICADeflNonlinearityPlugin

◆ CIndepCompAnalysisFactoryPlugin

◆ CIndepCompAnalysisFactoryPluginHandler

plugin handler for spaciel filter kernels

Definition at line 186 of file core/ica.hh.

◆ PFastICADeflNonlinearity

Definition at line 109 of file fastica_nonlinearity.hh.

◆ PIndepCompAnalysis

◆ PIndepCompAnalysisFactory

Definition at line 182 of file core/ica.hh.

Function Documentation

◆ produce_fastica_nonlinearity()

EXPORT_CORE PFastICADeflNonlinearity mia::produce_fastica_nonlinearity ( const std::string &  descr)

◆ produce_ica_factory()

PIndepCompAnalysisFactory mia::produce_ica_factory ( const std::string &  descr)
inline

Variable Documentation

◆ TPluginHandler< TFactory< CIndepCompAnalysisFactory > >

template class EXPORT_CORE mia::TPluginHandler< TFactory< CIndepCompAnalysisFactory > >