|
In my research paper, I wish to compare the accuracy of 2 clustering algorithms. I have conducted clustering using these 2 algortihms on 300 proprietary datasets. I use adjusted rand index as the evaluation metric. Since, clustering has been conducted 300 times, I have 300 pairs of adjusted rand indexes to be compared against each other. I need a method to graphically show the performance of both algorithms and compare them. Due to space constraint, I could not use barcharts. Another alternative is to use box plots. I have some apprehension in using box plots to compare clustering algorithms' performances in academic research papers as I have not seen many papers using this approach. My questions:
Thanks. |