Description Usage Arguments Details Value References Examples
Computes the Rand Index and the Adjusted Rand Index between two partitions
1 | RandIndex(Partition1, Partition2)
|
Partition1 |
Vector describing the first partition |
Partition2 |
Vector describing the second partition |
Supports incomplete partitions (value 0 is coding for missing stimulus)
List of following components:
Rand |
Rand Index between the partitions |
AdjustedRand |
Adjusted rand Index between the partitions |
Rand (1971) Jasa, 66, 846-850
Hubert & Arabie (1985) J. of Classification, 2, 193-218
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.