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

浏览源代码.

类型定义

typedef uint32_t(* hash_func_t )(substring, uint32_t)
 Hash function typedef, takes a substring and seed as parameters. 更多...
 
typedef uint32_t vw_size_t
 vw_size_t typedef to work across platforms 更多...
 

变量

const int32_t quadratic_constant = 27942141
 Constant used while hashing/accessing quadratic features. 更多...
 
const int32_t constant_hash = 11650396
 Constant used to access the constant feature. 更多...
 
const uint32_t hash_base = 97562527
 Seed for hash. 更多...
 

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