ARIs: ARI Matrix

Description Usage Arguments Details Value Examples

View source: R/utils.R

Description

ARI Matrix

Usage

1
ARIs(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 ARI matrix where each cell i,j is the adjusted Rand Index 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 ARI.

Value

The ARI matrix

Examples

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

Dune documentation built on Nov. 8, 2020, 7:55 p.m.