We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to calculate and collect graph measures and indices in the next release. Proposals?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
We need to calculate and collect graph measures and indices in the next release. Proposals?
The text was updated successfully, but these errors were encountered: