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

◆ calculate_jobs()

def grid.calculate_jobs ( )

Definition at line 186 of file grid.py.

◆ main()

def grid.main ( )

Definition at line 295 of file grid.py.

◆ permute_sequence()

def grid.permute_sequence (   seq)

Definition at line 114 of file grid.py.

◆ process_options()

def grid.process_options (   argv = sys.argv)

Definition at line 43 of file grid.py.

◆ range_f()

def grid.range_f (   begin,
  end,
  step 
)

Definition at line 104 of file grid.py.

◆ redraw()

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

Definition at line 129 of file grid.py.

Variable Documentation

◆ c_begin

grid.c_begin

Definition at line 31 of file grid.py.

◆ c_end

grid.c_end

Definition at line 31 of file grid.py.

◆ c_step

grid.c_step

Definition at line 31 of file grid.py.

◆ fold

int grid.fold = 5

Definition at line 30 of file grid.py.

◆ g_begin

grid.g_begin

Definition at line 32 of file grid.py.

◆ g_end

grid.g_end

Definition at line 32 of file grid.py.

◆ g_step

grid.g_step

Definition at line 32 of file grid.py.

◆ gnuplot_exe

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

Definition at line 21 of file grid.py.

◆ is_win32

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

Definition at line 18 of file grid.py.

◆ nr_local_worker

int grid.nr_local_worker = 1

Definition at line 40 of file grid.py.

◆ ssh_workers

list grid.ssh_workers = []

Definition at line 39 of file grid.py.

◆ svmtrain_exe

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

Definition at line 20 of file grid.py.

◆ telnet_workers

list grid.telnet_workers = []

Definition at line 38 of file grid.py.



ml_classifiers
Author(s): Scott Niekum , Joshua Whitley
autogenerated on Mon Feb 28 2022 22:46:49