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

create method which compares graph properties of each network to the merged network #6

Open
jessLryan opened this issue Feb 17, 2024 · 1 comment
Assignees

Comments

@jessLryan
Copy link
Collaborator

Once we have merged the original pair of networks n1 and n2 to form n3, we wish to compare each network to n3. For now, let’s also compare the networks to each other directly. One aspect of this comparison is to compare graph theoretic properties of the networks e.g. number of nodes, average degree, number of edges, the connectedness of each network (e.g. number of connected components). For now, let’s simply print out the result of the comparison. Let’s compare the full networks at the moment - in the future we may wish to compare by country for example.

@GbotemiB
Copy link
Collaborator

I have been doing some reading on graph theories.

I also think it is related to #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants