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@humpty.(none)>2010-11-26 22:15:12 +0300
committerJohn Langford <jl@humpty.(none)>2010-11-26 22:15:12 +0300
commit25e4733f33451ef88d67f35e19b850806e11f34c (patch)
tree2821009cfd7524d05e55a07edcb3c3d7b11a7241 /gd.h
parentf952bff8390857e0dca34b6e34ebc6e072bce925 (diff)
initial working cg
Diffstat (limited to 'gd.h')
-rw-r--r--gd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gd.h b/gd.h
index 4257818d..7372d387 100644
--- a/gd.h
+++ b/gd.h
@@ -36,6 +36,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);