FindNMI: A function that computes the Normalized Mutual Information...

View source: R/APJaccard.R

FindNMIR Documentation

A function that computes the Normalized Mutual Information (NMI) between two cluster vectors.

Description

A function that computes the Normalized Mutual Information (NMI) between two cluster vectors.

Usage

FindNMI(clusters1, clusters2)

Arguments

clusters1

a (named) vector with elements being assignment labels

clusters2

a (named) vector with elements being assignment labels

Value

A numerical value on the range [0,1] corresponding to the NMI


arh2207/APJaccard documentation built on May 19, 2022, 11:59 p.m.