ThunderSVM
ThunderSVM: An Open-Source SVM Library on GPUs and CPUs
Public Member Functions | Public Attributes | List of all members
CMDParser Class Reference

Command-line parser. More...

#include <cmdparser.h>

Public Member Functions

void parse_command_line (int argc, char **argv)
 
void parse_python (int argc, char **argv)
 

Public Attributes

SvmParam param_cmd
 
bool do_cross_validation
 
int nr_fold
 
int gpu_id
 
char svmtrain_input_file_name [1024]
 
char svmpredict_input_file [1024]
 
char svmpredict_output_file [1024]
 
char svmpredict_model_file_name [1024]
 
char model_file_name [1024]
 

Detailed Description

Command-line parser.


The documentation for this class was generated from the following files: