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-12-04 00:27:06 +0400
committerJake Hofman <jhofman@gmail>2013-12-04 00:27:06 +0400
commit4416e1b35e968a0d8fc60c3430f10c639f535f29 (patch)
tree69502fe2a7f5aea109fee3616cb4c775b5f20187 /vowpalwabbit/mf.h
parent2a0468b54ff3f12eb3e65079fdb2d7d24e3c14ad (diff)
parentfe8780a42c1b44d05631d1866029007a1f4f6078 (diff)
merged pull from JohnLangford/master, fixed mf
Diffstat (limited to 'vowpalwabbit/mf.h')
-rw-r--r--vowpalwabbit/mf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/mf.h b/vowpalwabbit/mf.h
index f90647b5..f3442262 100644
--- a/vowpalwabbit/mf.h
+++ b/vowpalwabbit/mf.h
@@ -13,6 +13,6 @@ license as described in the file LICENSE.
#include "gd.h"
namespace MF{
- learner setup(vw& all, po::variables_map& vm);
+ learner* setup(vw& all, po::variables_map& vm);
}
#endif