| NMIs {Dune} | R Documentation |
NMI Matrix
NMIs(clusMat, unclustered = NULL)
clusMat |
The clustering matrix with a row per cell and a column per clustering label type |
unclustered |
The value assigned to unclustered cells. Default to |
In the NMI matrix where each cell i,j is the normalized mutual
information between columns i and j of the original clusMat.
If unclustered is not NULL, the cells which have been assigned to the
unclustered cluster will not be counted towards computing the NMI.
The NMI matrix
data("clusMat", package = "Dune")
NMIs(clusMat)