View source: R/Visualization.R
| Plot_Boxplot | R Documentation |
Plot a boxplot that shows the measurement distributions for different methods on multiple datasets. Methods are sorted based on average performance.
Plot_Boxplot(result, measurement)
result |
A dataframe with approriate format for visualization. |
measurement |
A character to show the title of boxplot. |
No return value.
Plot_Boxplot(result = result.auprc, measurement = 'AUPRC') Plot_Boxplot(result = result.auroc, measurement = 'AUROC')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.