adjustedRandIndex: adjustedRandIndex

adjustedRandIndexR 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.


scCAN documentation built on June 24, 2024, 5:19 p.m.