View source: R/utils-experiment.R
generate_instances | R Documentation |
Generate instances for experiment
generate_instances( n = 5, no_of_points = 100, ar_mean = 0.5, ar_deviation = c(0.1, 0.49), ar_dist_type = c("uniform", "reciprocal") )
n |
number of instances to generate per class |
no_of_points |
number of demand points in an instance |
ar_mean |
the arrival rate mean (arrivals per minute) |
ar_deviation |
the deviation from arrival rate mean |
ar_dist_type |
Argument passed to |
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.