AMRI: Adjusted Multi-resolution Rand Index between two clusterings

View source: R/evaluation_functions.R

AMRIR Documentation

Adjusted Multi-resolution Rand Index between two clusterings

Description

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

Usage

AMRI(labels1, labels2)

Arguments

labels1

a vector of labels representing partition1 results

labels2

a vector of labels representing partition2 results

Value

A list containing

mri

scalar, calculated Mutlti-resolution Rand Index

amri

MRI adjusted for chance based on permutation model.


pengminshi/MRtree documentation built on March 6, 2023, 4:20 p.m.