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 'library/ezexample_predict.cc')
-rw-r--r--library/ezexample_predict.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/ezexample_predict.cc b/library/ezexample_predict.cc
index f550b8b8..0aa95941 100644
--- a/library/ezexample_predict.cc
+++ b/library/ezexample_predict.cc
@@ -8,7 +8,6 @@ using namespace std;
int main(int argc, char *argv[])
{
// INITIALIZE WITH WHATEVER YOU WOULD PUT ON THE VW COMMAND LINE -- THIS READS IN A MODEL FROM train.w
- // vw vw = VW::initialize("--hash all -q st --noconstant -i train.w -t --quiet --csoaa_ldf s");
vw* vw = VW::initialize("-t -i train.w -q st --hash all --noconstant --csoaa_ldf s --quiet");
{