c.DataSet {IOHanalyzer} | R Documentation |
S3 concatenation function for DataSet
Description
Concatenation for DataSets. Combines multiple runs from separate DataSets into a single DataSet object if all provided arguments have the same dimension, function ID and algorithm ID, and each contains only a single run. Currently does not support parameter tracking
Usage
## S3 method for class 'DataSet'
c(...)
Arguments
... |
The DataSets to concatenate |
Value
A new DataSet
Examples
c(dsl[[1]], dsl[[1]])
[Package IOHanalyzer version 0.1.8.10 Index]