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

have a frame with intial graph metrics #42

Open
jexp opened this issue Mar 20, 2019 · 2 comments
Open

have a frame with intial graph metrics #42

jexp opened this issue Mar 20, 2019 · 2 comments

Comments

@jexp
Copy link
Contributor

jexp commented Mar 20, 2019

That would be great for people to get a better understanding of their graph topology and to reason which algorithms make sense to run on it.

  • apoc.degree.stats for all the relationships and directions -> distribution
  • top 10 supernodes
  • diameter
  • average distance between any two nodes
  • number and size of disconnected cluster
  • apoc.meta.data
  • number of orphan nodes
  • core of a graph

http://pablobarbera.com/POIR613/code/16-networks-descriptive-analysis.html

(- motif frequency)

@jexp
Copy link
Contributor Author

jexp commented Mar 20, 2019

we could encapsulate all of that in a single procedure
or run it from the UI (in parallel)

@tomasonjo
Copy link
Collaborator

sta2ts

Maybe borrowing dataset stats from snap Stanford would make sense

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