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