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
path: root/gd.h
diff options
context:
space:
mode:
authorJohn Langford <jl@jl-desktop.(none)>2010-12-03 19:19:09 +0300
committerJohn Langford <jl@jl-desktop.(none)>2010-12-03 19:19:09 +0300
commitc13ae76b0e85fa4987b31862ba47a1f17f17ae03 (patch)
tree9941fb3af44da8f4c99fe4667a675014cd23688a /gd.h
parent5d424bddd267c28e5bb15ece8781214080d0d182 (diff)
synced lda
Diffstat (limited to 'gd.h')
-rw-r--r--gd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gd.h b/gd.h
index 7372d387..4b4f6a65 100644
--- a/gd.h
+++ b/gd.h
@@ -55,6 +55,8 @@ void inline_train(regressor &reg, example* &ec, size_t thread_num, float update)
void quadratic(v_array<feature> &f, const v_array<feature> &first_part,
const v_array<feature> &second_part, size_t thread_mask);
+void print_audit_features(regressor &reg, example* ec);
+
void train(weight* weights, const v_array<feature> &features, float update);
void train_one_example(regressor& r, example* ex, size_t thread_num, gd_vars& vars);