findDominatedAlgos {aslib} | R Documentation |
Creates a table that shows the dominance of one algorithm over another one.
Description
If NAs occur, they are imputed (before aggregation) by
base + 0.3 * range
.
base
is the cutoff value for runtimes scenarios with cutoff or
the worst performance for all others.
Stochastic replications are aggregated by the mean value.
Usage
findDominatedAlgos(asscenario, measure, reduce = FALSE, type = "logical")
Arguments
asscenario |
[ |
measure |
[ |
reduce |
[ |
type |
[ |
Value
[matrix
]. See above.