plotAlgoCorMatrix {aslib} | R Documentation |
Plots the correlation matrix of the algorithms.
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
plotAlgoCorMatrix(
asscenario,
measure,
order.method = "hclust",
hclust.method = "ward.D2",
cor.method = "spearman"
)
Arguments
asscenario |
[ |
measure |
[ |
order.method |
[ |
hclust.method |
[ |
cor.method |
[ |
Value
See corrplot
.