Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Karampatziakis <nikos@research-mm5.corp.sp1.yahoo.com>2010-09-13 19:46:37 +0400
committerJohnLangford <jl@hunch.net>2010-09-17 00:23:39 +0400
commit9ddab14548a94930883bf7d55640cdb43423a2d2 (patch)
tree1663a09c42631e2c701215dd45a3a0b23f92a3c9 /parse_example.h
parent4ef16c5638c0e3b18bae2894c3e89337b82f9a51 (diff)
added --hash option for specifying different hash functions
Diffstat (limited to 'parse_example.h')
-rw-r--r--parse_example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse_example.h b/parse_example.h
index dff60686..cdf6af6b 100644
--- a/parse_example.h
+++ b/parse_example.h
@@ -15,5 +15,6 @@ embodied in the content of this file are licensed under the BSD
//example processing
int read_features(parser* p, void* ex);
+hash_func_t getHasher(const string& s);
#endif