randCalc | R Documentation |
This function calculates the rand index describing the amount of agreement between two integer vectors of cluster memberships.
randCalc(x, y)
x |
First integer vector of cluster memberships. |
y |
Second integer vector of cluster memberships. |
The rand index value, bounded between 0 and 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.