plotAlgoPerf {aslib} | R Documentation |
EDA plots for performance values of algorithms across all instances.
Description
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.
Usage
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
)
Arguments
asscenario |
[ |
measure |
[ |
impute.zero.vals |
[ |
log |
[ |
impute.failed.runs |
[ |
rm.censored.runs |
[ |
Value
ggplot2 plot object.