plotExampleRun {mlrMBO} | R Documentation |
Renders plots for exampleRun objects and displays them.
Description
The graphical output depends on the target function at hand. - For 1D numeric functions the upper plot shows the true function (if known), the model and the (infill) points. The lower plot shows the infill criterion. - For 2D mixed target functions only one plot is displayed. - For 2D numeric only target functions up to four plots are presented to the viewer: - levelplot of the true function landscape (with [infill] points), - levelplot of the model landscape (with [infill] points), - levelplot of the infill criterion - levelplot of the standard error (only if learner supports standard error estimation). - For bi-criteria target functions the upper plot shows the target space and the lower plot displays the x-space.
Usage
plotExampleRun(
object,
iters,
pause = interactive(),
densregion = TRUE,
se.factor = 1,
single.prop.point.plots = FALSE,
xlim = NULL,
ylim = NULL,
point.size = 3,
line.size = 1,
trafo = NULL,
colors = c("red", "blue", "green"),
gg.objects = list(),
...
)
Arguments
object |
[ |
iters |
[ |
pause |
[ |
densregion |
[ |
se.factor |
[ |
single.prop.point.plots |
[ |
xlim |
[ |
ylim |
[ |
point.size |
[ |
line.size |
[ |
trafo |
[ |
colors |
[ |
gg.objects |
[ |
... |
[any] |
Value
Nothing.