contingency_to_membership_vectors {clustAnalytics} | R Documentation |
Computes possible membership vectors from contingency table
Description
Given a contingency table, obtains a possible pair of corresponding labelings. That is, element M[i,j] is the number of elements that belong to community i in the first labeling and j in the second.
Usage
contingency_to_membership_vectors(M)
Arguments
M |
the contingency table |
Value
a list containing the two membership vectors
[Package clustAnalytics version 0.5.5 Index]