View source: R/contingency_tables_auxiliary_functions.R
contingency_to_membership_vectors | R Documentation |
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.
contingency_to_membership_vectors(M)
M |
the contingency table |
a list containing the two membership vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.