boxplot_test {iraceplot} | R Documentation |
Box Plot Testing Performance
Description
Creates a box plot that displays the performance of a set of configurations on the test instances.
Usage
boxplot_test(irace_results, type = c("all", "ibest", "best"), ...)
Arguments
irace_results |
The data generated when loading the |
type |
String, (default |
... |
Other arguments passed to |
Details
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).
Value
ggplot2::ggplot()
boxplot object
See Also
boxplot_training()
boxplot_performance()
Examples
iraceResults <- read_logfile(system.file(package="iraceplot", "exdata",
"guide-example.Rdata", mustWork = TRUE))
boxplot_test(iraceResults)