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-12-25 03:04:13 +0400
committerJohn Langford <jl@hunch.net>2013-12-25 03:04:13 +0400
commit7c89547c50cdb9a4d876debef2aee7fa4828e3c6 (patch)
tree85b375c2ceb340f6f8ca4c19aebf404faf9fc846 /vowpalwabbit/cbify.h
parent1ff5894ad74f034473c44c8f82bca692e3e0d8a4 (diff)
added cbify
Diffstat (limited to 'vowpalwabbit/cbify.h')
-rw-r--r--vowpalwabbit/cbify.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/vowpalwabbit/cbify.h b/vowpalwabbit/cbify.h
new file mode 100644
index 00000000..29e7341d
--- /dev/null
+++ b/vowpalwabbit/cbify.h
@@ -0,0 +1,13 @@
+/*
+Copyright (c) by respective owners including Yahoo!, Microsoft, and
+individual contributors. All rights reserved. Released under a BSD
+license as described in the file LICENSE.
+ */
+#ifndef CBIFY_H
+#define CBIFY_H
+
+namespace CBIFY {
+ learner* setup(vw& all, std::vector<std::string>&, po::variables_map& vm, po::variables_map& vm_file);
+}
+
+#endif