Plot the performance metrics of all studies
1 2 3 4 5 6 7 8 9 10 11 12 | metric_acc(
x,
metric_types = c("PSNR", "SSIM", "NMSE"),
metric_col = "metric",
metric_val_col = "value",
shape_col = "method",
log_shape = T,
shape_fil = c("proposed", "ZF"),
num_col = NULL,
color_by = "acceleration",
AP = NULL
)
|
x |
a dataframe containing the column |
metric_types |
which metrics to plot |
log_shape |
whether to take the log of the column |
num_col |
number of columns to show |
color_by |
which feature to color |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.