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:
authorKaiWeiChang <kchang10.uiuc@gmail.com>2014-08-03 20:50:54 +0400
committerKaiWeiChang <kchang10.uiuc@gmail.com>2014-08-03 20:50:54 +0400
commit058f7e64fa66bf096d132ca4fd73097ce41822a1 (patch)
treea93aecb1511143ef4d818499574e9fd4d5da4b2e /Makefile.am
parent8939237da9ef5460e2b7eb8beba15f73a13ca4f4 (diff)
add a mutli-class task
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 669dab09..f1efca58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@ noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/searn.h \
vowpalwabbit/searn_sequencetask.h \
vowpalwabbit/searn_entityrelationtask.h \
+ vowpalwabbit/searn_multiclasstask.h \
vowpalwabbit/sender.h \
vowpalwabbit/stagewise_poly.h \
vowpalwabbit/topk.h \