Skip to content

Multilayer networks #307

Answered by mrosvall
jbruun asked this question in Q&A
Jun 19, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Correct, you want to use the multilayer format with only intralayer links. Example from https://www.mapequation.org/infomap/#InputMultilayer

# A multilayer network using *Intra format
# Figure 5
*Vertices 5
# node_id name
1 "i" 
2 "j" 
3 "k" 
4 "l" 
5 "m" 
*Intra
# layer_id node_id node_id weight
1 1 4 1 
1 4 1 1 
1 1 5 1 
1 5 1 1 
1 4 5 1 
1 5 4 1 
2 1 2 1 
2 2 1 1 
2 1 3 1 
2 3 1 1 
2 2 3 1 
2 3 2 1 

We are working on something better and more principled than the --overlapping option. Meanwhile, would you be interested in a script that reads a standard network and outputs a second-order network (with first-order information) in state format https://www.mapequation.org/infomap/#InputStates

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@antoneri
Comment options

@jbruun
Comment options

@jbruun
Comment options

@antoneri
Comment options

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