Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vw.h - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vw.h
blob: 9cb89699b20df6e046da800f8a2c513d09f75e08 (plain)
1
2
3
4
5
6
7
8
9
/*
Copyright (c) 2009 Yahoo! Inc.  All rights reserved.  The copyrights
embodied in the content of this file are licensed under the BSD
(revised) open source license
 */

#include "gd.h"

gd_vars* vw(int argc, char *argv[]);