11 #ifndef FACTOR_ANALYSIS_H_
12 #define FACTOR_ANALYSIS_H_
60 virtual const char*
get_name()
const;
100 int32_t m_max_iteration;
float64_t get_epsilon() const
The Factor Analysis class is used to embed data using Factor Analysis algorithm.
class EmbeddingConverter (part of the Efficient Dimensionality Reduction Toolkit) used to construct e...
virtual ~CFactorAnalysis()
void set_max_iteration(const int32_t max_iteration)
void set_epsilon(const float64_t epsilon)
virtual CFeatures * apply(CFeatures *features)
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
The class Features is the base class of all feature objects.
int32_t get_max_iteration() const