Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plotAblation

Create plot from an ablation log


Description

Create plot from an ablation log

Usage

plotAblation(ab.log = NULL, abLogFile = NULL, pdf.file = NULL,
  pdf.width = 20, type = c("mean", "boxplot"), mar = par("mar"),
  ylab = "Mean configuration cost", ...)

Arguments

ab.log

Ablation log returned by ablation.

abLogFile

Rdata file containing the ablation log.

pdf.file

Output filename.

pdf.width

Width provided to create the pdf file.

type

Type of plots. Supported values are "mean" and "boxplot".

mar

Vector with the margins for the ablation plot.

ylab

Label of y-axis.

...

Further graphical parameters may also be supplied as arguments. See plot.default.

Author(s)

Leslie Pérez Cáceres and Manuel López-Ibáñez

See Also


irace

Iterated Racing for Automatic Algorithm Configuration

v3.4.1
GPL (>= 2)
Authors
Manuel López-Ibáñez [aut, cre] (<https://orcid.org/0000-0001-9974-1295>), Jérémie Dubois-Lacoste [aut], Leslie Pérez Cáceres [aut], Thomas Stützle [aut], Mauro Birattari [aut], Eric Yuan [ctb], Prasanna Balaprakash [ctb], Nguyen Dang [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.