Skip to content
#

community-detection

Here are 209 public repositories matching this topic...

tjiagoM
tjiagoM commented May 18, 2018

I started using louvain-igraph because of the possibility of using negative weights in community detection. However, I think your documentation is not very clear in some points and if possible I would like some clarification. Maybe I just misunderstood some parts.

  1. First, regarding the attribute consider_comms. From what I understood, I just needed to set this attribute (for example in `Mod
Splitter
EgoSplitting
maximelucas
maximelucas commented Mar 6, 2020

Copy pasting the first few lines of the tutorial
https://teneto.readthedocs.io/en/latest/tutorial/networkrepresentation.html#temporalnetwork-object
yields an error at tnet.network.head() because tnet created with
tnet.generatenetwork('rand_binomial',size=(5,3), prob=0.5)
is a Numpy ndarray and not a Pandas DataFrame.

I haven't tried other ways of creating tnet, so I'm not sure if `t

Improve this page

Add a description, image, and links to the community-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the community-detection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.