ARI | R Documentation |
Calculates an adjusted for chance Rand index.
ARI(x,y)
x |
predictor class memberships |
y |
true class memberships |
Nik Pocuca, Ryan P. Browne and Paul D. McNicholas.
Maintainer: Paul D. McNicholas <mcnicholas@math.mcmaster.ca>
x <- sample(1:10, size = 100, replace = TRUE)
y <- sample(1:10, size = 100, replace = TRUE)
ARI(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.