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

Collect graphs measures and indices #14

Open
ambitious-octopus opened this issue Apr 1, 2021 · 1 comment
Open

Collect graphs measures and indices #14

ambitious-octopus opened this issue Apr 1, 2021 · 1 comment
Labels
enhancement New feature or request upcoming release

Comments

@ambitious-octopus
Copy link
Contributor

We need to calculate and collect graph measures and indices in the next release. Proposals?

@ambitious-octopus ambitious-octopus added the enhancement New feature or request label Apr 1, 2021
@mariopaolucci
Copy link
Contributor

mariopaolucci commented Apr 8, 2021

Found the paper I was looking for! https://doi.org/10.1007/s12599-010-0127-3. It's also in the Zotero library.

So the classic sequence is:

basics:
number of nodes
number of links
distribution of degrees (maybe even just a five-values summary)
clustering coefficient (mean? five-values?)

connectedness

number of components
only if the number of components is one or about one
size (longest path)

centrality measures (see paper). But for what points?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upcoming release
Projects
None yet
Development

No branches or pull requests

2 participants