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:
Diffstat (limited to 'vowpalwabbit/log_multi.cc')
-rw-r--r--vowpalwabbit/log_multi.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/vowpalwabbit/log_multi.cc b/vowpalwabbit/log_multi.cc
index 26f6b454..5595da92 100644
--- a/vowpalwabbit/log_multi.cc
+++ b/vowpalwabbit/log_multi.cc
@@ -497,10 +497,7 @@ namespace LOG_MULTI
}
void finish_example(vw& all, log_multi&, example& ec)
- {
- MULTICLASS::output_example(all, ec);
- VW::finish_example(all, &ec);
- }
+ { MULTICLASS::finish_multiclass_example(all, ec); }
base_learner* setup(vw& all, po::variables_map& vm) //learner setup
{