View source: R/list_kcliques.R
maximal_kclique_enumeration | R Documentation |
Function to enumerate all maximal kcliques within a k-partite graph. It is a direct implementation of the algorithms used come from this paper Phillips et al. doi:10.3390/a12010023.
maximal_kclique_enumeration(G, dat)
G |
a k-partite graph, from class graph (package igraph). |
dat |
a dataset with multiple columns, each column containing each factor composing the k sets of the G |
A character vector containing all maximal kcliques ; each element of the vector is a maximal kclique ; each member of each clique is separated by a ";"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.