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>2014-02-03 18:29:28 +0400
committerJohn Langford <jl@hunch.net>2014-02-03 18:29:28 +0400
commit75b165ac7474c561f7c4856eb6f06b80d2977020 (patch)
tree53b8ad48da6961c12f0edc1d6e2f7b394aef04bf /Makefile.am
parent996ca6b851cd6114f584dd22e45fa34e13bacefc (diff)
add print example base learner
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 d484c125..a55ec05c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/network.h \
vowpalwabbit/nn.h \
vowpalwabbit/noop.h \
+ vowpalwabbit/print.h \
vowpalwabbit/oaa.h \
vowpalwabbit/parse_args.h \
vowpalwabbit/parse_example.h \