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@jl-desktop.(none)>2012-01-18 21:40:53 +0400
committerJohn Langford <jl@jl-desktop.(none)>2012-01-18 21:40:53 +0400
commit2725682bd6664a7962aee5156daae055fb49b73c (patch)
treefdfaa1393543e3f90af4c402c10427f731d1f02c /vowpalwabbit/lda_core.h
parent40b3568698aafe0a63c88cc4d82d2a99ca751616 (diff)
converted all cores to function as a driver() to help with library and reduction
Diffstat (limited to 'vowpalwabbit/lda_core.h')
-rw-r--r--vowpalwabbit/lda_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vowpalwabbit/lda_core.h b/vowpalwabbit/lda_core.h
index 851177fb..1423b977 100644
--- a/vowpalwabbit/lda_core.h
+++ b/vowpalwabbit/lda_core.h
@@ -7,7 +7,6 @@ embodied in the content of this file are licensed under the BSD
#ifndef LDA_CORE_H
#define LDA_CORE_H
-void start_lda(gd_thread_params t);
-void end_lda();
+void drive_lda();
#endif