Namespaces | Variables
easy.py File Reference

Go to the source code of this file.

Namespaces

namespace  easy

Variables

string easy.cmd = '%s -s "%s" "%s" > "%s"'
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]


libsvm3
Author(s): various
autogenerated on Wed Nov 27 2013 11:36:23