adjustedRandIndex {scCAN}R Documentation

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.

Value

An value number ranging from 0 to 1 where 1 indicates a perfect clustering result and 0 means random partition.


[Package scCAN version 1.0.5 Index]