sbromberger / LightGraphs.jl

An optimized graphs package for the Julia programming language
Other
670 stars 184 forks source link

Modularity for bipartite graphs #1541

Open Inazuma110 opened 3 years ago

Inazuma110 commented 3 years ago

LightGraphs has a function to compute the modularity of a graph. However, it has been shown in several papers that a different definition of modularity for bipartite graphs can be used for more accurate community detection.

Are there any plans to implement these functions in the future?

Reference:

sbromberger commented 3 years ago

I'm not aware of any efforts to implement new modularity functions, but I'll leave this open in case there's interest.

BradKML commented 2 years ago

Also noted in https://github.com/GiulioRossetti/cdlib/issues/178#issuecomment-937997820