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-29 19:12:28 +0400
committerJohn Langford <jl@hunch.net>2014-04-29 19:12:28 +0400
commit275c3d62fe33092e92666277284fc8ee979763a3 (patch)
tree261b039741b5ced4b1a6683e61c146a68a119828 /vowpalwabbit/cb_algs.h
parentc70c6d368f04efbbca8b82335c3076207ab7538b (diff)
bugfix in cb
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 1b4c3a39..730a548a 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 ld->prediction;
+ return simple_temp.prediction;
}
}