Skip to content

Understanding multilayer output #267

Answered by danieledler
u-xixi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

You are watching the physically aggregated tree output, where one physical node can exist in multiple modules. This is because each physical node may exist as multiple state nodes, one for each layer, and the state nodes may be part of different modules. If you check the state tree output, node 125 will be differentiated by different layer ids in the two different modules.

Do you add inter-layer links or only intra-layer links? If the latter, you can use add_multilayer_intra_link instead and let Infomap generate the links between layers, based on the multilayer_relax_rate.

Just to avoid possible sources of error, can you skip the calls to add_node() and see if you get the same result?…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@u-xixi
Comment options

Answer selected by u-xixi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants