fslaborg / Graphoscope

A pragmatic approach to network science.
http://fslab.org/Graphoscope/
MIT License
14 stars 6 forks source link

Identify verification graph(s) #10

Closed HarryMcCarney closed 1 year ago

HarryMcCarney commented 1 year ago

We need one or more graphs of sufficient size and complexity to be used for testing. Find such a graph and source of reliable metrics for test assertions.

HarryMcCarney commented 1 year ago

We could use the exercises from @mikk-c book. I notice the notebooks with the solutions arent loading for me.

These are the data sets used in Barabási's Network Science book and might also be useful as many of their key metrics are stated in the book.

Networkx seems to just create adhoc graphs inline for testing purposes. So for simple tests we could perhaps use the same approach.

It might be preferrable to reduce chance of errors and general messiness of inline graph creation in tests if instead we make repeated use of the classic karate club network. Here it is as a weighted full matrix.