|
SHOGUN
4.2.0
|
Go to the source code of this file.
Typedefs | |
| typedef uint32_t(* | hash_func_t )(substring, uint32_t) |
| Hash function typedef, takes a substring and seed as parameters. More... | |
| typedef uint32_t | vw_size_t |
| vw_size_t typedef to work across platforms More... | |
Variables | |
| const int32_t | quadratic_constant = 27942141 |
| Constant used while hashing/accessing quadratic features. More... | |
| const int32_t | constant_hash = 11650396 |
| Constant used to access the constant feature. More... | |
| const uint32_t | hash_base = 97562527 |
| Seed for hash. More... | |