10 #ifndef ICACONVERTER_H_ 11 #define ICACONVERTER_H_ 13 #include <shogun/lib/config.h> 74 virtual const char*
get_name()
const {
return "ICAConverter"; };
91 #endif // ICACONVERTER class Converter used to convert data
float64_t get_tol() const
virtual CFeatures * apply(CFeatures *features)=0
virtual const char * get_name() const
void set_max_iter(int iter)
void set_tol(float64_t tol)
all of classes and functions are contained in the shogun namespace
class ICAConverter Base class for ICA algorithms
The class Features is the base class of all feature objects.
SGMatrix< float64_t > m_mixing_matrix
void set_mixing_matrix(SGMatrix< float64_t >mixing_matrix)
SGMatrix< float64_t > get_mixing_matrix() const