snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.17k stars 797 forks source link

support multilayer networks #123

Closed rafapereirabr closed 6 years ago

rafapereirabr commented 6 years ago

It would be great if the snap library could support multilayer networks. Is there any plans in this direction?

For example, other libraries that support multilayer networks include graph-tool and MuxViz, the latter is developed in R

roks commented 6 years ago

SNAP supports multi-modal networks with TMMNet, which are a generalization of multilayer networks. An alternative is to use TNEANet and encode the edges in attributes. There are currently no plans to have a separate class for multilayer networks.