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@nyclamp.(none)>2014-01-09 00:58:34 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-01-09 00:58:34 +0400
commitd73d8f6aef1c02dd05554f91ca57e1d304336130 (patch)
treed4db8e32ea25e68751daa348ccb880f31bfff3f5 /vowpalwabbit/scorer.h
parent7a39ff4268beebf22bd071efd6f6c8d4d6bca3c0 (diff)
added scorer reduction
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