Go to the source code of this file.
Classes | |
class | grid.LocalWorker |
class | grid.SSHWorker |
class | grid.TelnetWorker |
class | grid.Worker |
class | grid.WorkerStopToken |
Namespaces | |
grid | |
Functions | |
def | grid.calculate_jobs () |
def | grid.main () |
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) |
Variables | |
grid.c_begin | |
grid.c_end | |
grid.c_step | |
int | grid.fold = 5 |
grid.g_begin | |
grid.g_end | |
grid.g_step | |
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 = [] |