compute_mutual_info: Compute normalized mutual information (NMI)

View source: R/utils.R

compute_mutual_infoR Documentation

Compute normalized mutual information (NMI)

Description

Compute the NMI between two label vectors with the same cluster number

Usage

compute_mutual_info(z, y)

Arguments

z

a label vector

y

a label vector

Value

NMI between z and y


nett documentation built on Nov. 10, 2022, 5:12 p.m.