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