I have 27,000 nodes and 38,000 cliques, using maximal.cliques()
in R.
Is it possible to have more cliques than the number of nodes? Why do so many nodes belong to more than 1 clique?
How can I restrict each node to only belong to 1 clique in R?
I have 27,000 nodes and 38,000 cliques, using maximal.cliques()
in R.
Is it possible to have more cliques than the number of nodes? Why do so many nodes belong to more than 1 clique?
How can I restrict each node to only belong to 1 clique in R?