boxplot_test | R Documentation |
Creates a box plot that displays the performance of a set of configurations on the test instances.
boxplot_test(irace_results, type = c("all", "ibest", "best"), ...)
irace_results |
The data generated when loading the |
type |
String, (default |
... |
Other arguments passed to |
The performance data is obtained from the test evaluations performed by irace. Note that the testing is not a default feature in irace and should be enabled in the setup (see the irace package user guide for more details).
ggplot2::ggplot()
boxplot object
boxplot_training()
boxplot_performance()
iraceResults <- read_logfile(system.file(package="iraceplot", "exdata",
"guide-example.Rdata", mustWork = TRUE))
boxplot_test(iraceResults)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.