neuler icon indicating copy to clipboard operation
neuler copied to clipboard

have a frame with intial graph metrics

Open jexp opened this issue 7 years ago • 2 comments

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 avatar Mar 20 '19 16:03 jexp

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

jexp avatar Mar 20 '19 21:03 jexp

sta2ts

Maybe borrowing dataset stats from snap Stanford would make sense

tomasonjo avatar May 28 '21 07:05 tomasonjo