adjustedRandIndex {scCAN} | R Documentation |
The function to calculate adjusted Rand index value with the inputs of true clusters and predicted clusters
adjustedRandIndex(x, y)
x |
A vector that contain predicted cluster assignment. |
y |
A vector that contain true cluster assignment. |
An value number ranging from 0 to 1 where 1 indicates a perfect clustering result and 0 means random partition.