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

parse_args.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9be0b2c57c659782d99869b29ba1e4c5f2d4fcde (plain)
1
2
3
4
5
6
7
8
9
10
/*
Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved.  Released under a BSD
license as described in the file LICENSE.
 */
#pragma once
#include "global_data.h"

vw* parse_args(int argc, char *argv[]);
LEARNER::base_learner* setup_base(vw& all, po::variables_map& vm);