plotAlgoPerf {aslib} | R Documentation |
If NAs occur, they are imputed (before aggregation) by
base + 0.3 range + jitter
.
base
is is the cutoff value for runtimes scenarios with cutoff or
the worst performance for all others.
For the CDFs we only show the visible area where successful runs occurred.
Stochastic replications are aggregated by the mean value.
plotAlgoPerfBoxplots(
asscenario,
measure,
impute.zero.vals = FALSE,
log = FALSE,
impute.failed.runs = TRUE,
rm.censored.runs = TRUE
)
plotAlgoPerfCDFs(
asscenario,
measure,
impute.zero.vals = FALSE,
log = FALSE,
rm.censored.runs = TRUE
)
plotAlgoPerfDensities(
asscenario,
measure,
impute.failed.runs = TRUE,
impute.zero.vals = FALSE,
log = FALSE,
rm.censored.runs = TRUE
)
plotAlgoPerfScatterMatrix(
asscenario,
measure,
impute.zero.vals = FALSE,
log = FALSE,
rm.censored.runs = TRUE
)
asscenario |
[ |
measure |
[ |
impute.zero.vals |
[ |
log |
[ |
impute.failed.runs |
[ |
rm.censored.runs |
[ |
ggplot2 plot object.