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:
Diffstat (limited to 'vowpalwabbit/scorer.h')
-rw-r--r--vowpalwabbit/scorer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vowpalwabbit/scorer.h b/vowpalwabbit/scorer.h
new file mode 100644
index 00000000..0f622931
--- /dev/null
+++ b/vowpalwabbit/scorer.h
@@ -0,0 +1,7 @@
+#ifndef SC_H
+#define SC_H
+
+namespace Scorer {
+ LEARNER::learner* setup(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
+}
+#endif