Description Usage Arguments Value Examples
This functions reduces a parameter by aggregating the outputs variables for each value and for each configuration of method, problem and remaining parameters. By default it computes the mean of the variables.
1 |
e |
An input experiment object. |
parameters |
The parameter or parameters to be reduced, if NULL or default all parameters are considered. |
FUN |
The function used to agregate the ouput values |
An experiment object.
1 2 3 4 5 | # Create an experiment from the wekaExperiment
experiment <- expCreate(wekaExperiment, name="test-exp", parameter="fold")
# We would like to reduce the fold parameter by its mean value. This way
expReduce(experiment, "fold", mean)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.