16 using namespace shogun;
65 for (i=0; i<num_vec; i++)
virtual bool save(FILE *f)
save preprocessor init-data to file
virtual EFeatureType get_feature_type()=0
virtual void cleanup()
cleanup
virtual bool load(FILE *f)
initialize preprocessor from file
virtual EFeatureClass get_feature_class()=0
virtual bool apply_to_string_features(CFeatures *f)
Template class StringPreprocessor, base class for preprocessors (cf. CPreprocessor) that apply to CSt...
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()
static void radix_sort(T *array, int32_t size)
#define SG_MALLOC(type, len)