store_summary_experiment_result: Provides a means for storing the results of an experiment in...

Description Usage Arguments

Description

Provides a means for storing the results of an experiment in the database. This assumes sets where the execution was done once (not replicate runs of parameter sets)

Usage

1
2
3
store_summary_experiment_result(dblink, experiment_parameter_set,
  experiment_result_set, experiment_id = NULL,
  experiment_description = NULL, experiment_date = NULL)

Arguments

dblink

A link to the database in which this table is being created

experiment_parameter_set

Parameters for this experiment

experiment_result_set

Simulation responses under those parameter conditions

experiment_id

Either existing ID of experiment for which this result is being added, or NULL if a new experiment

experiment_description

Description of the experiment being performed. Can be NULL if using existing experiment ID

experiment_date

Date the experiment was performed. Can be NULL if using existing experiment ID


kalden/spartanDB documentation built on May 15, 2019, 12:02 p.m.