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-01-09 01:20:02 +0400
committerHal Daume III <me@hal3.name>2014-01-09 01:20:02 +0400
commit05dcce8b1f673c0a083fd75a36016c51a945af4d (patch)
tree95482502bde946d25996335f02be8af8e4cb0de8 /vowpalwabbit/csoaa.cc
parent2eb0707f78f80082bd27dd3747c0f4be6318f348 (diff)
last bugs, matching outputs
Diffstat (limited to 'vowpalwabbit/csoaa.cc')
-rw-r--r--vowpalwabbit/csoaa.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vowpalwabbit/csoaa.cc b/vowpalwabbit/csoaa.cc
index 3a441101..068cf5d9 100644
--- a/vowpalwabbit/csoaa.cc
+++ b/vowpalwabbit/csoaa.cc
@@ -1019,8 +1019,10 @@ namespace LabelDict {
{
ldf* l=(ldf*)data;
if (l->need_to_clear) {
- if (l->ec_seq.size() > 0)
+ if (l->ec_seq.size() > 0) {
output_example_seq(all, *l);
+ global_print_newline(all);
+ }
clear_seq_and_finish_examples(all, *l);
l->need_to_clear = false;
if (ec->in_use) VW::finish_example(all, ec);