This function returns a table of the top confused clusters (assigned clusters incorrectly mapped)

outputTopConfused(confusionProp, count = 10)

Arguments

confusionProp

confusion matrix (e.g., output from getConfusionMatrix).

count

number of top confusions to show

Value

a 3 x count matrix of the top confused pairs of clusters with the three columns corresponding to mapped cluster, assigned cluster, and fraction of cells incorrectly mapped, respectively.