View source: R/evaluation_functions.R
AMRI | R Documentation |
Given two partitions on the save n data points, AMRI is used to evaluate the similarity between two partitions given the two (different) resolutions. It is adapted from Adjusted Rand Index to account for the difference in resolution
AMRI(labels1, labels2)
labels1 |
a vector of labels representing partition1 results |
labels2 |
a vector of labels representing partition2 results |
A list containing
scalar, calculated Mutlti-resolution Rand Index
MRI adjusted for chance based on permutation model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.