Description Usage Arguments Value Author(s) See Also Examples
'parallelCoordinatesPlot' plots a set of parameter configurations in parallel coordinates.
1 2 3 | parallelCoordinatesPlot(configurations, parameters,
param_names = parameters$names, hierarchy = TRUE,
filename = NULL, pdf.width = 14, mar = c(8,1,4,1))
|
configurations |
Data frame containing target algorithms configurations in the format used by irace. |
parameters |
List of target algorithm parameters in the irace format. |
param_names |
Parameters names that should be included. Default: parameters$names. |
hierarchy |
If |
filename |
Filename prefix to generate the plots. If |
pdf.width |
Width for the pdf file generated. |
mar |
Margin to use for the plot. See |
A set of parallel coordinates plots showing the parameters values. If a filename is provided this plots are saved in one or more files.
Manuel López-Ibáñez and Leslie Pérez Cáceres
readParameters
to obtain a valid parameter structure from a parameters file.
readConfigurationsFile
to obtain a set of target algorithm configurations from a configurations file.
1 2 3 4 5 6 7 8 9 | ## Not run:
## To use data obtained by irace
# First, load the data produced by irace.
load("irace.Rdata")
attach(iraceResults)
parallelCoordinatesPlot(allConfigurations, parameters, hierarchy = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.