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 21:30:25 +0400
committerJohn Langford <jl@hunch.net>2014-04-23 21:30:25 +0400
commit653bc3458863bb18f695b7995f4f175944f23421 (patch)
tree33971db06a395959641232e62b4b9d8aae984376 /vowpalwabbit/csoaa.cc
parentf4d6658d7d91c62e501e837a0c2f5749923213a0 (diff)
fix silly type-cast bug
Diffstat (limited to 'vowpalwabbit/csoaa.cc')
-rw-r--r--vowpalwabbit/csoaa.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/csoaa.cc b/vowpalwabbit/csoaa.cc
index c288d837..58317a09 100644
--- a/vowpalwabbit/csoaa.cc
+++ b/vowpalwabbit/csoaa.cc
@@ -627,7 +627,6 @@ namespace LabelDict {
all.print_text(all.raw_prediction, outputStringStream.str(), ec.tag);
}
-
COST_SENSITIVE::print_update(all, COST_SENSITIVE::example_is_test(ec), ec);
}