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/lda_core.h
parent85a5725045ca861feae61ab65b7a4593f6f81615 (diff)
first compiling version
Diffstat (limited to 'vowpalwabbit/lda_core.h')
-rw-r--r--vowpalwabbit/lda_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vowpalwabbit/lda_core.h b/vowpalwabbit/lda_core.h
index e087da04..df0ca613 100644
--- a/vowpalwabbit/lda_core.h
+++ b/vowpalwabbit/lda_core.h
@@ -7,8 +7,6 @@ license as described in the file LICENSE.
#define LDA_CORE_H
namespace LDA{
- void drive(void*);
- void save_load(void* in, io_buf& model_file, bool read, bool text);
void parse_flags(vw&, std::vector<std::string>&, po::variables_map&);
}