Description Usage Arguments Details Value Examples
Compute the adjusted Rand index to compare two partitions
| 1 | ARI(x, y)
 | 
| x | vector (of length n) or matrix (with n columns) providing a partition | 
| y | vector or matrix providing a partition | 
the partitions may be provided as n-vectors containing the cluster memeberships of n entities, or by Qxn - matrices whose entries are all 0 and 1 where 1 indicates the cluster membership
the value of the adjusted Rand index
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.