compute_mutual_info {nett} | R 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
[Package nett version 1.0.0 Index]