144 virtual const char*
get_name()
const {
return "FisherLDA";}
151 void initialize_parameters();
the class DimensionReductionPreprocessor, a base class for preprocessors used to lower the dimensiona...
virtual const char * get_name() const
virtual SGMatrix< float64_t > apply_to_feature_matrix(CFeatures *features)
SGMatrix< float64_t > get_transformation_matrix()
virtual bool fit(CFeatures *features, CLabels *labels, int32_t num_dimensions=0)
virtual SGVector< float64_t > apply_to_feature_vector(SGVector< float64_t > vector)
The class Labels models labels, i.e. class assignments of objects.
Preprocessor FisherLDA attempts to model the difference between the classes of data by performing lin...
SGMatrix< float64_t > m_transformation_matrix
CFisherLDA(EFLDAMethod method=AUTO_FLDA, float64_t thresh=0.01)
virtual EPreprocessorType get_type() const
SGVector< float64_t > m_mean_vector
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
SGVector< float64_t > m_eigenvalues_vector
SGVector< float64_t > get_mean()
SGVector< float64_t > get_eigenvalues()