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@hunch.net>2014-04-23 20:06:00 +0400
committerJohn Langford <jl@hunch.net>2014-04-23 20:06:00 +0400
commitf4d6658d7d91c62e501e837a0c2f5749923213a0 (patch)
tree2439562dfa336cf6fb299e0b1afb839df92b3f2c /vowpalwabbit/cb_algs.h
parent35473f6125e99c90d9a6cb285f83c9b4eb3b9791 (diff)
in the middle---some bug in test
Diffstat (limited to 'vowpalwabbit/cb_algs.h')
-rw-r--r--vowpalwabbit/cb_algs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/cb_algs.h b/vowpalwabbit/cb_algs.h
index 37096585..1b4c3a39 100644
--- a/vowpalwabbit/cb_algs.h
+++ b/vowpalwabbit/cb_algs.h
@@ -37,7 +37,7 @@ namespace CB_ALGS {
all.scorer->predict(ec, index-1+base);
ec.ld = ld;
- return ec.final_prediction;
+ return ld->prediction;
}
}