Variables | |
string | cmd = '{0} -s "{1}" "{2}" > "{3}"' |
tuple | f = Popen(cmd, shell = True, stdout = PIPE) |
tuple | file_name = os.path.split(train_pathname) |
string | gnuplot_exe = "/usr/bin/gnuplot" |
string | grid_py = "./grid.py" |
tuple | is_win32 = (sys.platform == 'win32') |
last_line = line | |
string | line = '' |
string | model_file = ".model" |
string | predict_test_file = ".predict" |
string | range_file = ".range" |
string | scaled_file = ".scale" |
string | scaled_test_file = ".scale" |
string | svmpredict_exe = "../svm-predict" |
string | svmscale_exe = "../svm-scale" |
string | svmtrain_exe = "../svm-train" |
list | test_pathname = sys.argv[2] |
list | train_pathname = sys.argv[1] |
tuple easy::file_name = os.path.split(train_pathname) |
string easy::gnuplot_exe = "/usr/bin/gnuplot" |
string easy::grid_py = "./grid.py" |
tuple easy::is_win32 = (sys.platform == 'win32') |
tuple easy::line = '' |
string easy::model_file = ".model" |
string easy::predict_test_file = ".predict" |
string easy::range_file = ".range" |
string easy::scaled_file = ".scale" |
string easy::scaled_test_file = ".scale" |
string easy::svmpredict_exe = "../svm-predict" |
string easy::svmscale_exe = "../svm-scale" |
string easy::svmtrain_exe = "../svm-train" |
list easy::test_pathname = sys.argv[2] |
list easy::train_pathname = sys.argv[1] |