SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
| 枚举
RandomFourierDotFeatures.h 文件参考

浏览源代码.

singleton  CDenseFeatures< ST >
 The class DenseFeatures implements dense feature matrices. 更多...
 
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. 更多...
 

枚举

enum  KernelName { GAUSSIAN, NOT_SPECIFIED }
 

SHOGUN 机器学习工具包 - 项目文档