11 #ifndef _RANDOMFOURIER_DOTFEATURES__H__
12 #define _RANDOMFOURIER_DOTFEATURES__H__
22 template <
class ST>
class CDenseFeatures;
93 virtual const char*
get_name()
const;
127 #endif // _RANDOMFOURIER_DOTFEATURES__H__
virtual SGVector< float64_t > generate_random_parameter_vector()
class that implements the Random Kitchen Sinks (RKS) for the DotFeatures as mentioned in http://books...
virtual const char * get_name() const
virtual CFeatures * duplicate() const
Features that support dot products among other operations.
CRandomFourierDotFeatures()
A File access base class.
virtual ~CRandomFourierDotFeatures()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
This class implements the random fourier features for the DotFeatures framework. Basically upon the o...
virtual float64_t post_dot(float64_t dot_result, index_t par_idx)