I am evaluating an algorithm, and would like to use artificial data.
The algorithm works fine, for one dimensional artificial datasets, as seen in this StackOverflow answer.
I would like to test the algorithm for datasets with more than one dimension and certain characteristics (e.g. noise, correlation). Did someone already implement an ‘artificial dataset generator’ in R?
Any feedback would be very much appreciated. Thanks!