11 #ifndef __RESCALEFEATURES_H__ 12 #define __RESCALEFEATURES_H__ 14 #include <shogun/lib/config.h> 65 virtual const char*
get_name()
const {
return "RescaleFeatures"; }
71 void register_parameters();
virtual bool init(CFeatures *features)
virtual ~CRescaleFeatures()
virtual SGVector< float64_t > apply_to_feature_vector(SGVector< float64_t > vector)
Template class DensePreprocessor, base class for preprocessors (cf. CPreprocessor) that apply to CDen...
virtual SGMatrix< float64_t > apply_to_feature_matrix(CFeatures *features)
SGVector< float64_t > m_min
Preprocessor RescaleFeautres is rescaling the range of features to make the features independent of e...
all of classes and functions are contained in the shogun namespace
SGVector< float64_t > m_range
The class Features is the base class of all feature objects.
virtual const char * get_name() const
virtual EPreprocessorType get_type() const