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:
authorJake Hofman <jhofman@gmail>2013-06-26 19:23:32 +0400
committerJake Hofman <jhofman@gmail>2013-06-26 19:23:32 +0400
commit8b4d14f9bceba65d0134572de548f391fa98c629 (patch)
tree9e6839e816ea157568dd93c4c4762516d72f7788 /Makefile.am
parent275b60d92dd3123b3e62f829fd2fd4fea7b27379 (diff)
killing gd_mf in favor of mf
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 42cb0ebd..6416a14c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ noinst_HEADERS = vowpalwabbit/accumulate.h vowpalwabbit/oaa.h \
vowpalwabbit/parser.h vowpalwabbit/csoaa.h vowpalwabbit/beam.h \
vowpalwabbit/searn.h vowpalwabbit/ect.h vowpalwabbit/cb.h \
vowpalwabbit/searn_sequencetask.h vowpalwabbit/example.h \
- vowpalwabbit/sender.h vowpalwabbit/gd.h vowpalwabbit/gd_mf.h \
+ vowpalwabbit/sender.h vowpalwabbit/gd.h vowpalwabbit/mf.h \
vowpalwabbit/simple_label.h vowpalwabbit/global_data.h \
vowpalwabbit/sparse_dense.h vowpalwabbit/hash.h \
vowpalwabbit/unique_sort.h vowpalwabbit/io_buf.h \