| plot_integrated_results | R Documentation |
Creates a heatmap visualization with performance metrics across models and datasets, including category annotations and summary bar plots.
plot_integrated_results(results_obj, metric_name = "AUROC", output_file = NULL)
results_obj |
Output from |
metric_name |
Character string for metric used (e.g., "AUROC", "C-index"). |
output_file |
Optional file path to save plot. If NULL, plot is displayed. |
A ggplot object (invisibly).
## Not run:
results <- int_dia(train_dia, test_dia)
plot_integrated_results(results, "AUROC")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.