ARIs {Dune} | R Documentation |
ARI Matrix
ARIs(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 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.
The ARI matrix
data("clusMat", package = "Dune") ARIs(clusMat)