11 #ifndef _CSIMPLEPREPROC__H__
12 #define _CSIMPLEPREPROC__H__
21 template <
class ST>
class CSimpleFeatures;
virtual EFeatureClass get_feature_class()
return that we are simple features (just fixed size matrices)
virtual EPreprocessorType get_type() const
return a type of preprocessor
virtual SGVector< ST > apply_to_feature_vector(SGVector< ST > vector)=0
virtual EFeatureType get_feature_type()
return feature type
EFeatureClass
shogun feature class
virtual SGMatrix< ST > apply_to_feature_matrix(CFeatures *features)=0
EFeatureType
shogun feature type
The class Features is the base class of all feature objects.
Class Preprocessor defines a preprocessor interface.
Template class SimplePreprocessor, base class for preprocessors (cf. CPreprocessor) that apply to CSi...