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:
authorHal Daume III <me@hal3.name>2014-03-22 18:36:27 +0400
committerHal Daume III <me@hal3.name>2014-03-22 18:36:27 +0400
commiteb0e9bee2cc0005daaea8f63aea74789c4632291 (patch)
tree32b96687613e0aa8faf0d1d180675e77c051bfe8 /vowpalwabbit/csoaa.cc
parentac4ec9fe8d536c0c8763f4cd483633634741cf97 (diff)
ldf working for searn
Diffstat (limited to 'vowpalwabbit/csoaa.cc')
-rw-r--r--vowpalwabbit/csoaa.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/csoaa.cc b/vowpalwabbit/csoaa.cc
index 1a9ca127..7de8e86d 100644
--- a/vowpalwabbit/csoaa.cc
+++ b/vowpalwabbit/csoaa.cc
@@ -645,6 +645,7 @@ namespace LabelDict {
ec.ld = &simple_label;
base.predict(ec); // make a prediction
costs[j].partial_prediction = ec.partial_prediction;
+ clog << "costs[" << j << "].partial_prediction = " << ec.partial_prediction << endl;
if (min_score && prediction && (ec.partial_prediction < *min_score)) {
*min_score = ec.partial_prediction;