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-12-16 06:04:09 +0300
committerJohn Langford <jl@hunch.net>2014-12-16 06:04:09 +0300
commit0f327c9fcdb3b493eae890044be823be31cd19bf (patch)
tree68be79a367fc35e53f66857262b9ada7057d7549
parentb24644f050c5a6f24960072c45f8bdafd40b0363 (diff)
epsilon test commit
-rw-r--r--vowpalwabbit/oaa.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vowpalwabbit/oaa.cc b/vowpalwabbit/oaa.cc
index c1bb6757..c1a763ad 100644
--- a/vowpalwabbit/oaa.cc
+++ b/vowpalwabbit/oaa.cc
@@ -19,7 +19,6 @@ using namespace LEARNER;
using namespace MULTICLASS;
namespace OAA {
-
struct oaa{
uint32_t k;
bool shouldOutput;