Compute the adjusted Rand index from cluster assignments
Source:R/cluster_compare.R
adjusted_rand_index.RdComputes the Adjusted Rand Index (ARI) between two cluster assignments.
This is a convenience wrapper around ari_from_contingency().