#include <mia/core/fastica_nonlinearity.hh>
Public Types | |
| typedef CFastICANonlinearityBase | plugin_data |
| helper typedef for plugin handling More... | |
Public Types inherited from CPropertyFlagHolder | |
| typedef std::set< const char * > | Set |
| define the type of the set of flags More... | |
Public Member Functions | |
| CFastICANonlinearityBase () | |
| void | set_mu (double m) |
| void | set_signal (const gsl::Matrix *signal) |
Public Member Functions inherited from CProductBase | |
| const char * | get_init_string () const |
| void | set_init_string (const char *init) |
| void | set_module (PPluginModule module) |
Public Member Functions inherited from CPropertyFlagHolder | |
| void | add (const char *property) |
| Set | get_missing_properties (const CPropertyFlagHolder &testset) const |
| bool | has (const char *property) const |
| bool | has_all_in (const CPropertyFlagHolder &testset) const |
| virtual | ~CPropertyFlagHolder () |
Static Public Attributes | |
| static const char * | data_descr |
Protected Member Functions | |
| double | get_mu () const |
| double | get_sample_scale () const |
| const gsl::Matrix & | get_signal () const |
Definition at line 31 of file fastica_nonlinearity.hh.
helper typedef for plugin handling
Definition at line 35 of file fastica_nonlinearity.hh.
| mia::CFastICANonlinearityBase::CFastICANonlinearityBase | ( | ) |
|
inlineprotected |
Definition at line 46 of file fastica_nonlinearity.hh.
|
inlineprotected |
Definition at line 45 of file fastica_nonlinearity.hh.
|
protected |
| void mia::CFastICANonlinearityBase::set_mu | ( | double | m | ) |
| void mia::CFastICANonlinearityBase::set_signal | ( | const gsl::Matrix * | signal | ) |
|
static |
Definition at line 37 of file fastica_nonlinearity.hh.