Home
last modified time | relevance | path

Searched refs:hash_space (Results 1 – 8 of 8) sorted by relevance

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/library/
H A Dlibrary_example.cc26 uint32_t s_hash = VW::hash_space(*model, "s"); in main()
27 uint32_t t_hash = VW::hash_space(*model, "t"); in main()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dezexample.h100 current_seed = VW::hash_space(*vw_ref, str);
130 current_seed = VW::hash_space(*vw_ref, str); in addns()
275 … string fstr) { str[0] = c; return VW::hash_feature(*vw_ref, fstr, VW::hash_space(*vw_ref, str)); } in hash()
276 …* fstr) { str[0] = c; return VW::hash_feature_cstr(*vw_ref, fstr, VW::hash_space(*vw_ref, str)); } in hash()
H A Dvw.h84 inline uint32_t hash_space(vw& all, string s) in hash_space() function
H A Dvwdll.cpp192 return VW::hash_space(*pointer, str); in VW_HashSpaceA()
/dports/databases/beansdb/beansdb-0.7.1.4/python/
H A Ddbclient.py76 hash_space = 1<<32 variable in Beansdb
80 self.bucket_size = self.hash_space / buckets_count
H A Dproxy.py17 hash_space = 1<<32 variable in Client
24 self.bucket_size = self.hash_space / buckets_count
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/python/
H A Dpyvw.py262 self.ns_hash = self.ex.vw.hash_space( self.ns )
498 ns_hash = self.vw.hash_space( self.get_ns(ns).ns )
H A Dpylibvw.cc166 uint32_t ns_hash = VW::hash_space(*vw, ns_str); in ex_push_feature_list()
465 ….def("hash_space", &VW::hash_space, "given a namespace (as a string), compute the hash of that nam… in BOOST_PYTHON_MODULE()