Description Usage Arguments Value Examples
View source: R/configurations_display.R
A graph is created with all the settings and instance of the training data
1 2 3 4 5 6 | configurations_display(
irace_results,
rpd = TRUE,
file_name = NULL,
.interactive = interactive()
)
|
irace_results |
The data generated when loading the |
rpd |
logical(default TRUE) TRUE to plot performance as the relative percentage deviation to best results, FALSE to plot raw performance |
file_name |
String, File name to save plot (example: "~/patch/example/file_name.png") |
.interactive |
Logical (Default interactive()), TRUE if the plot is generated interactively (plotly package) which is the default option, or FALSE it is generated statically. |
plot
1 | # configurations_display(iraceResults, .interactive = interactive())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.