11 #ifndef _CSORTWORDSTRING__H__
12 #define _CSORTWORDSTRING__H__
45 virtual bool load(FILE* f);
47 virtual bool save(FILE* f);
59 virtual const char*
get_name()
const {
return "SortWordString"; }
virtual const char * get_name() const
virtual bool save(FILE *f)
save preprocessor init-data to file
virtual void cleanup()
cleanup
virtual bool load(FILE *f)
initialize preprocessor from file
virtual EPreprocessorType get_type() const
return a type of preprocessor
virtual bool apply_to_string_features(CFeatures *f)
Template class StringPreprocessor, base class for preprocessors (cf. CPreprocessor) that apply to CSt...
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual uint16_t * apply_to_string(uint16_t *f, int32_t &len)
apply preproc on single feature vector
virtual ~CSortWordString()
virtual bool init(CFeatures *f)
initialize preprocessor from features
Preprocessor SortWordString, sorts the indivual strings in ascending order.