Skip to content
#

graph-algorithms

Here are 1,555 public repositories matching this topic...

xiaoylu
xiaoylu commented Sep 11, 2018

Is there any way we can integrate the generalized modularity into the current implementation of

networkx.algorithms.community.quality
networkx.algorithms.community.modularity_max

The definition of the generalized modularity is just a simple extension of modularity with one extra \gamma parameter. And it can easily improve the resolution limit of modularity-based community detection.

S

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • Updated Jul 30, 2020
  • TypeScript
szhorvat
szhorvat commented Feb 6, 2020

There are multiple graph generators that currently do not check their input for validity.

These need to be fixed:

  • callaway_traits_game
  • establishment_game

The following functions have been verified to check their arguments properly:

forest_fire_game

Please update the lists above as you verify functions or find new ones with problems.

This is marked as

Improve this page

Add a description, image, and links to the graph-algorithms 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 graph-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.