Go to the source code of this file.
Namespaces | |
namespace | easy |
Variables | |
string | easy.cmd = '{0} -s "{1}" "{2}" > "{3}"' |
tuple | easy.f = Popen(cmd, shell = True, stdout = PIPE) |
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') |
easy.last_line = line | |
string | 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] |