11 #ifndef _RANDOMFOURIER_DOTFEATURES__H__ 12 #define _RANDOMFOURIER_DOTFEATURES__H__ 14 #include <shogun/lib/config.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...
Features that support dot products among other operations.
CRandomFourierDotFeatures()
virtual const char * get_name() const
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)
virtual CFeatures * duplicate() const