Classes | Functions | Variables
grid Namespace Reference

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 = []
 

Function Documentation

def grid.calculate_jobs ( )

Definition at line 186 of file grid.py.

def grid.main ( )

Definition at line 295 of file grid.py.

def grid.permute_sequence (   seq)

Definition at line 114 of file grid.py.

def grid.process_options (   argv = sys.argv)

Definition at line 43 of file grid.py.

def grid.range_f (   begin,
  end,
  step 
)

Definition at line 104 of file grid.py.

def grid.redraw (   db,
  best_param,
  tofile = False 
)

Definition at line 129 of file grid.py.

Variable Documentation

grid.c_begin

Definition at line 31 of file grid.py.

grid.c_end

Definition at line 31 of file grid.py.

grid.c_step

Definition at line 31 of file grid.py.

int grid.fold = 5

Definition at line 30 of file grid.py.

grid.g_begin

Definition at line 32 of file grid.py.

grid.g_end

Definition at line 32 of file grid.py.

grid.g_step

Definition at line 32 of file grid.py.

string grid.gnuplot_exe = "/usr/bin/gnuplot"

Definition at line 21 of file grid.py.

tuple grid.is_win32 = (sys.platform == 'win32')

Definition at line 18 of file grid.py.

int grid.nr_local_worker = 1

Definition at line 40 of file grid.py.

list grid.ssh_workers = []

Definition at line 39 of file grid.py.

string grid.svmtrain_exe = "../svm-train"

Definition at line 20 of file grid.py.

list grid.telnet_workers = []

Definition at line 38 of file grid.py.



ml_classifiers
Author(s): Scott Niekum , Joshua Whitley
autogenerated on Sun Dec 15 2019 03:53:50