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:22 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-01-09 00:58:22 +0400
commit7a39ff4268beebf22bd071efd6f6c8d4d6bca3c0 (patch)
tree3dda63feb1d9bf99d74b7859fe10c208a730d023 /Makefile.am
parent5336bffc0d67fb224c90553f4aceaea671bcbd77 (diff)
added scorer reduction
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e25ff07..d484c125 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,7 @@ noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/parse_example.h \
vowpalwabbit/parse_regressor.h \
vowpalwabbit/rand48.h \
+ vowpalwabbit/scorer.h \
vowpalwabbit/searn.h \
vowpalwabbit/searn_sequencetask.h \
vowpalwabbit/sender.h \