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:
authorJohn Langford <jl@hunch.net>2013-04-02 19:22:30 +0400
committerJohn Langford <jl@hunch.net>2013-04-02 19:22:30 +0400
commit9762edc870af2ea15a40bc23673398f3995fc94e (patch)
treea0fc95ba044bc404cde4dbf86fc5676856efcc66 /vowpalwabbit/autolink.h
parent42e3b5fcad149d02eebc7a8a20ed70ad2f5abf66 (diff)
added missing files
Diffstat (limited to 'vowpalwabbit/autolink.h')
-rw-r--r--vowpalwabbit/autolink.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vowpalwabbit/autolink.h b/vowpalwabbit/autolink.h
new file mode 100644
index 00000000..d91e3ce8
--- /dev/null
+++ b/vowpalwabbit/autolink.h
@@ -0,0 +1,7 @@
+
+#ifndef AUTOLINK
+#define AUTOLINK
+namespace ALINK {
+ learner setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
+}
+#endif