Vowpal Wabbit
|
#include <parse_args.h>
Public Attributes | |
bool | daemon |
bool | foreground |
size_t | port |
std::string | pid_file |
std::string | port_file |
bool | cache |
std::vector< std::string > | cache_files |
bool | json |
bool | dsjson |
bool | kill_cache |
bool | compressed |
bool | chain_hash_json |
bool input_options::cache |
std::vector<std::string> input_options::cache_files |
bool input_options::chain_hash_json |
bool input_options::compressed |
bool input_options::daemon |
bool input_options::dsjson |
bool input_options::foreground |
bool input_options::json |
bool input_options::kill_cache |
std::string input_options::pid_file |
size_t input_options::port |
std::string input_options::port_file |