View source: R/evaluation_functions.R
adjustedRandIndex | R Documentation |
A function to compute the adjusted rand index between two classifications.
adjustedRandIndex(x, y)
x |
a vector containing the labels of the first classification. Must be a vector of characters, integers, numerics, or a factor, but not a list. |
y |
a vector containing the labels of the second classification. |
a scalar with the adjusted rand index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.