Learn R Programming

scCAN (version 1.0.4)

adjustedRandIndex: adjustedRandIndex

Description

The function to calculate adjusted Rand index value with the inputs of true clusters and predicted clusters

Usage

adjustedRandIndex(x, y)

Arguments

x

A vector that contain predicted cluster assignment.

y

A vector that contain true cluster assignment.