I am using different clustering methods which gives different clustering output. I need to benchmark to find out which clustering method is the best. I have 20-25 clusters and 25000 samples. I observed that number of sample in each cluster is different from different clustering method. If I use Adjusted Rand Index (ARI) then it just compute the similarity between two output. But it does not tell precisely how much accuracy each cluster might have it. Could I compute these with any other measurement like silhouette or somet other way?
Thanks.