contingency_to_membership_vectors: Computes possible membership vectors from contingency table

View source: R/contingency_tables_auxiliary_functions.R

contingency_to_membership_vectorsR 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


clustAnalytics documentation built on May 29, 2024, 12:18 p.m.