NMIs: NMI Matrix

Description Usage Arguments Details Value Examples

View source: R/utils.R

Description

NMI Matrix

Usage

1
NMIs(clusMat, unclustered = NULL)

Arguments

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 NULL

Details

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.

Value

The NMI matrix

Examples

1
2
data("clusMat", package = "Dune")
NMIs(clusMat)

HectorRDB/Dune documentation built on Dec. 18, 2020, 8:08 p.m.