Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[modularity] Handling multi-graphs #1

Open
luccitan opened this issue Feb 14, 2017 · 0 comments
Open

[modularity] Handling multi-graphs #1

luccitan opened this issue Feb 14, 2017 · 0 comments

Comments

@luccitan
Copy link
Owner

luccitan commented Feb 14, 2017

The current implementation is based on Gephi's considerations.
Thus, for a directed graph, it looks for a <-- b during the a --> b, handling Gephi's considerations in an iteration-through-edges way.
If a graph is multi, searching for a <- b edge during the a <-> b iteration is then possible but leads to weird behaviour.

See the source code and the upper note for a better understanding.

@luccitan luccitan changed the title Handling multi-graphs [modularity] Handling multi-graphs Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant