12 #ifndef __GUIPREPROC_H__
13 #define __GUIPREPROC_H__
58 virtual const char*
get_name()
const {
return "GUIPreprocessor"; }
CPreprocessor * create_prunevarsubmean(bool divide_by_std=false)
virtual const char * get_name() const
Class SGObject is the base class of all shogun objects.
CPreprocessor * create_generic(EPreprocessorType type)
bool preproc_all_features(CFeatures *f, bool force)
bool preprocess_features(CFeatures *trainfeat, CFeatures *testfeat, bool force)
all of classes and functions are contained in the shogun namespace
bool add_preproc(CPreprocessor *preproc)
The class Features is the base class of all feature objects.
bool attach_preproc(char *target, bool do_force=false)
Class Preprocessor defines a preprocessor interface.
CPreprocessor * create_pca(bool do_whitening, float64_t threshold)
Class List implements a doubly connected list for low-level-objects.