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@hunch.net>2010-12-06 20:32:15 +0300
committerJohn Langford <jl@hunch.net>2010-12-06 20:32:15 +0300
commitf9b9c5a7ea154c9c4f5e842d69e539b8f2ebaf8f (patch)
tree2e6419d86d1f2d446e55a53af7aee9e427cd7ffc /gd.h
parent7d5e04cbbd9e463e743e79a0cb529a29bb9ee6da (diff)
fixed bugs Ariel found
Diffstat (limited to 'gd.h')
-rw-r--r--gd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gd.h b/gd.h
index 4b4f6a65..72b93f06 100644
--- a/gd.h
+++ b/gd.h
@@ -38,9 +38,7 @@ struct gd_thread_params
float final_prediction(float ret, size_t num_features, float &norm);
float finalize_prediction(float ret);
-float predict(weight* weights, const v_array<feature> &features);
-float predict(regressor& r, example* ex, size_t thread_num, gd_vars& vars);
-float offset_predict(regressor& r, example* ex, size_t thread_num, gd_vars& vars, size_t offset);
+void predict(regressor& r, example* ex, size_t thread_num, gd_vars& vars);
float inline_predict(regressor &reg, example* &ec, size_t thread_num);