LightGraphs.jl
LightGraphs.jl copied to clipboard
Modularity for bipartite graphs
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:
I'm not aware of any efforts to implement new modularity functions, but I'll leave this open in case there's interest.
Also noted in https://github.com/GiulioRossetti/cdlib/issues/178#issuecomment-937997820