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>2013-01-21 19:47:03 +0400
committerJohn Langford <jl@hunch.net>2013-01-21 19:47:03 +0400
commitf8d453e6eec1067e411271f2c208f001ec32237e (patch)
tree757ff6bfe1d1b928d3c035c6e794a6577d47b047 /vowpalwabbit/bfgs.h
parent85a5725045ca861feae61ab65b7a4593f6f81615 (diff)
first compiling version
Diffstat (limited to 'vowpalwabbit/bfgs.h')
-rw-r--r--vowpalwabbit/bfgs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/vowpalwabbit/bfgs.h b/vowpalwabbit/bfgs.h
index def78634..fe1356ac 100644
--- a/vowpalwabbit/bfgs.h
+++ b/vowpalwabbit/bfgs.h
@@ -8,11 +8,7 @@ license as described in the file LICENSE.
#include "gd.h"
namespace BFGS {
-
- void drive(void*);
- void finish(void*);
- void learn(void*, example* ec);
- void save_load(void* in, io_buf& model_file, bool read, bool text);
+ void parse_args(vw& all, std::vector<std::string>&opts, po::variables_map& vm, po::variables_map& vm_file);
}
#endif