SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
RandomFourierDotFeatures.h File Reference

Go to the source code of this file.

Classes

class  CRandomFourierDotFeatures
 This class implements the random fourier features for the DotFeatures framework. Basically upon the object creation it computes the random coefficients, namely w and b, that are needed for this method and then every time a vector is required it is computed based on the following formula z(x) = sqrt(2/D) * cos(w'*x + b), where D is the number of samples that are used. More...

Enumerations

enum  KernelName { GAUSSIAN, NOT_SPECIFIED }

SHOGUN Machine Learning Toolbox - Documentation