Classes | |
class | LocalWorker |
class | SSHWorker |
class | TelnetWorker |
class | Worker |
class | WorkerStopToken |
Functions | |
def | calculate_jobs () |
def | main () |
def | permute_sequence (seq) |
def | process_options (argv=sys.argv) |
def | range_f (begin, end, step) |
def | redraw (db, best_param, tofile=False) |
Variables | |
c_begin | |
c_end | |
c_step | |
int | fold = 5 |
g_begin | |
g_end | |
g_step | |
string | gnuplot_exe = "/usr/bin/gnuplot" |
tuple | is_win32 = (sys.platform == 'win32') |
int | nr_local_worker = 1 |
list | ssh_workers = [] |
string | svmtrain_exe = "../svm-train" |
list | telnet_workers = [] |