73 virtual const char*
get_name()
const {
return "ConstMean"; }
virtual const char * get_name() const
An abstract class of the mean function.
The Const mean function class.
all of classes and functions are contained in the shogun namespace
virtual SGVector< float64_t > get_parameter_derivative(const CFeatures *features, const TParameter *param, index_t index=-1)
virtual SGVector< float64_t > get_mean_vector(const CFeatures *features) const
The class Features is the base class of all feature objects.
virtual void set_const(float64_t mean)