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:
authorJake Hofman <jhofman+github@gmail.com>2011-07-16 21:32:46 +0400
committerJake Hofman <jhofman+github@gmail.com>2011-07-16 21:32:46 +0400
commit1931d2ff352ec4333e816c381a84d5a6822a2206 (patch)
tree8a20e9a5a7fa62b212bc2e1b202aa79339b06f33 /gd.h
parent88c092186615ed44ca1318820fb0b0b518da274a (diff)
cleanup before pull request for matrix factorization
Diffstat (limited to 'gd.h')
-rw-r--r--gd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gd.h b/gd.h
index 24e25313..d950059a 100644
--- a/gd.h
+++ b/gd.h
@@ -36,7 +36,7 @@ struct gd_thread_params
};
void print_audit_features(regressor &reg, example* ec, size_t offset);
-//float final_prediction(float ret, size_t num_features, float &norm);
+
float finalize_prediction(float ret);
void predict(regressor& r, example* ex, size_t thread_num, gd_vars& vars);