|
Vowpal Wabbit
|
#include <sys/socket.h>#include <arpa/inet.h>#include <sys/timeb.h>#include "parse_args.h"#include "parse_regressor.h"#include "accumulate.h"#include "best_constant.h"#include "vw_exception.h"#include <fstream>#include "options.h"#include "options_boost_po.h"Go to the source code of this file.
Functions | |
| vw * | setup (options_i &options) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 67 of file main.cc.
References VW::config::option_group_definition::add(), VW::end_parser(), VW::vw_exception::Filename(), VW::finish(), LEARNER::generic_driver(), LEARNER::generic_driver_onethread(), VW::get_argv_from_string(), VW::vw_exception::LineNumber(), VW::config::make_option(), setup(), VW::start_parser(), VW::sync_stats(), THROW, and VW::vw_exception::what().
Definition at line 27 of file main.cc.
References vw::bfgs, shared_data::col_avg_loss, shared_data::col_current_features, shared_data::col_current_label, shared_data::col_current_predict, shared_data::col_example_counter, shared_data::col_example_weight, shared_data::col_since_last, VW::initialize(), vw::quiet, vw::searchstr, vw::trace_message, vw::vw_is_main, and VW::config::options_i::was_supplied().
Referenced by main().
1.8.13