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 20:06:00 +0400
committerJohn Langford <jl@hunch.net>2014-04-23 20:06:00 +0400
commitf4d6658d7d91c62e501e837a0c2f5749923213a0 (patch)
tree2439562dfa336cf6fb299e0b1afb839df92b3f2c /vowpalwabbit/multiclass.h
parent35473f6125e99c90d9a6cb285f83c9b4eb3b9791 (diff)
in the middle---some bug in test
Diffstat (limited to 'vowpalwabbit/multiclass.h')
-rw-r--r--vowpalwabbit/multiclass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vowpalwabbit/multiclass.h b/vowpalwabbit/multiclass.h
index 67fab367..41595831 100644
--- a/vowpalwabbit/multiclass.h
+++ b/vowpalwabbit/multiclass.h
@@ -16,6 +16,7 @@ namespace MULTICLASS
struct multiclass {
uint32_t label;
float weight;
+ uint32_t prediction;
};
extern label_parser mc_label;