-
Hello, I really appreciate the work with Infomap. I have been having fun playing with it for a while. I'm thinking about building a multilayer network to somehow improve some preexisiting clustering. To test it, I made up a toy data:
As you can see, there are 8 nodes, with node "g" not linked to any other nodes.
which is basically 3 modules, (a, b, c), (d, g), (e, f, h)
I visualized the output ftree, which seems to miss "g" completely:
I noticed in the program message it says,
Now I have some difficulty understanding what is going on. what are the 2 nodes that were not found in the .clu ? And why the lonely node "g" is missing? This leads me doubting whether the pre-clustering could also work with multilayer network. If not, then will it work if I represent the preclustering as a layer in a network format? e.g. a complete graph, a hamiltonian path, etc. thanks in advance and happy holidays, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi and thanks for reaching out with a very thorough question! Just a quick answer - I'm on mobile: G is missing because it's disconnected. You can consider it belonging to a singleton module by itself. The preclustering specifies the state nodes and won't work on physical nodes, that's your missing nodes! I'll get back with a better response if not @danieledler has answered it already. Hope this helps in the mean time! |
Beta Was this translation helpful? Give feedback.
Hi and thanks for reaching out with a very thorough question!
Just a quick answer - I'm on mobile:
G is missing because it's disconnected. You can consider it belonging to a singleton module by itself. The preclustering specifies the state nodes and won't work on physical nodes, that's your missing nodes!
I'll get back with a better response if not @danieledler has answered it already. Hope this helps in the mean time!