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:
authorHal Daume III <me@hal3.name>2013-10-27 02:11:19 +0400
committerHal Daume III <me@hal3.name>2013-10-27 02:11:19 +0400
commit22af6bf176c9d4c7436badf6335a5889be905afc (patch)
tree7ea5fc5a2ceefff1190a0be57b232d898bc87d30 /vowpalwabbit/searn_sequencetask.h
parenteebd084ceb5a53be106c7ce02f2219def09c24bd (diff)
imperative searn working, including snapshotting; minor bug fixes for copying auditing features, offets for history, etc.
Diffstat (limited to 'vowpalwabbit/searn_sequencetask.h')
-rw-r--r--vowpalwabbit/searn_sequencetask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/searn_sequencetask.h b/vowpalwabbit/searn_sequencetask.h
index 89f5c30d..c56087fb 100644
--- a/vowpalwabbit/searn_sequencetask.h
+++ b/vowpalwabbit/searn_sequencetask.h
@@ -29,7 +29,7 @@ namespace SequenceTask {
}
namespace SequenceTask_Easy {
- void initialize(vw&, uint32_t&);
+ void initialize(vw&, size_t&);
void finish(vw&);
void structured_predict_v1(vw&, ImperativeSearn::searn&, example**,size_t,stringstream*,stringstream*);
}