function __construct() { parent::__construct(); $this->table = 'implementation'; $this->id_column = 'id'; $this->load->model('File'); }
function __construct() { parent::__construct(); $this->table = 'runfile'; $this->id_column = 'did'; $this->load->model('File'); }
function __construct() { parent::__construct(); $this->table = 'task'; $this->id_column = 'task_id'; $this->load->model('Estimation_procedure'); $this->load->model('Task_inputs'); }
function __construct() { parent::__construct(); $this->table = 'run'; $this->id_column = 'rid'; $this->load->model('Algorithm'); $this->load->model('Task'); $this->load->model('Dataset'); $this->load->model('Evaluation'); $this->load->model('Evaluation_fold'); $this->load->model('Evaluation_sample'); $this->load->model('Implementation'); $this->load->model('Math_function'); $this->load->model('Runfile'); }
function __construct() { parent::__construct(); $this->table = 'input'; $this->id_column = 'fullName'; }
function __construct() { parent::__construct(); $this->table = 'data_feature'; $this->id_column = array('did', 'index'); }
function __construct() { parent::__construct(); $this->table = 'dataset'; $this->id_column = 'did'; }
function __construct() { parent::__construct(); $this->table = 'evaluation'; $this->id_column = array('did', 'function', 'label'); }
function __construct() { parent::__construct(); $this->table = 'bibliographical_reference'; $this->id_column = 'id'; }
function __construct() { parent::__construct(); $this->table = 'task_type'; $this->id_column = 'ttid'; }
function __construct() { parent::__construct(); $this->table = 'task_inputs'; $this->id_column = array('task_id', 'input'); }
function __construct() { parent::__construct(); $this->table = 'workflow_setup'; $this->id_column = 'sid'; }
function __construct() { parent::__construct(); $this->table = 'algorithm_setup'; $this->id_column = 'sid'; }
function __construct() { parent::__construct(); $this->table = 'input_setting'; $this->id_column = array('setup', 'input'); }
function __construct() { parent::__construct(); $this->table = 'schedule'; $this->id_column = array('sid', 'task_id'); }
function __construct() { parent::__construct(); $this->id_column = array('id', 'tag'); }
function __construct() { parent::__construct(); $this->table = 'implementation_component'; $this->id_column = array('parent', 'child'); }
function __construct() { parent::__construct(); $this->table = 'algorithm_quality'; $this->id_column = array('implementation_id', 'quality', 'label'); }
function __construct() { parent::__construct(); $this->table = 'study'; $this->id_column = 'id'; }
function __construct() { parent::__construct(); $this->table = 'data_quality_interval'; $this->id_column = array('data', 'quality', 'interval_start', 'interval_end'); }
function __construct() { parent::__construct(); $this->table = 'evaluation_interval'; $this->id_column = array('did', 'function', 'label', 'interval_start', 'interval_end'); }
function __construct() { parent::__construct(); $this->table = 'data_quality'; $this->id_column = array('data', 'quality', 'label'); }
function __construct() { parent::__construct(); $this->table = 'output_data'; $this->id_column = array('run', 'data'); }
function __construct() { parent::__construct(); $this->table = 'task_io_types'; $this->id_column = 'name'; }