Closed FL33TW00D closed 4 years ago
Please ensure the network be a connected component, no self-loops, no isolated nodes, no multiple edges between the same pair of nodes.
Please ensure the network be a connected component, no self-loops, no isolated nodes, no multiple edges between the same pair of nodes.
Hi there, Thank you for the response. I have now a single connected component, no self loops and no isolated nodes. It is construced using a NetworkX graph which does not allow multiple edges. datav2.txt
Any more ideas? Would really help me out.
Many Thanks, Chris
Fixed. Was a mistake in the construction of my adjacency matrix. Thank you for your help @FFrankyy
Hi there, I have been using FINDER, and it works great on the 9 provided real datasets. It also works well on a Watts-Strogatz graph generated by networkX. I am attempting to use it on some bespoke data. I have ensured that the graph is all one connected component using NetworkX, and it looks like the provided image:
I will also provide the TXT file.
Upon running this, the code simply pauses and then ends, like so:
Any ideas would be appreciated. data.txt