Hi,
Is there a generalization of the rand score when one wishes to compare more
than 2 clusterings at the same time? I am trying to see how similar are
the clustering results from multiple different algorithms, and it would
nice to do it this way.
I was thinking, a 'hackish' way of doing it would be something like:
score = 0
for l1, l2 in combinations(all_labels, 2):
score += adjusted_rand_score(l1, l2)
Where you sum up the pairwise comparisons.
Federico
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general