Visualizes agreement between different clustering algorithms.
Usage
plot_algorithm_comparison(results, title = "Algorithm Agreement (ARI)")
Arguments
- results
List of clustering results from run_multiple_algorithms().
- title
Plot title.
Value
A ggplot object or base R plot.