infomap icon indicating copy to clipboard operation
infomap copied to clipboard

Multi-level network clustering based on the Map Equation

Results 28 infomap issues
Sort by recently updated
recently updated
newest added

When clustering big networks using the Python API, I often find that the process of creating the network (adding links by `for` looping over my edge list and inserting them...

performance
python
stale

Thanks for your excellent work! Recently, after reading paper *A Map Equation with Metadata: Varying the Role of Attributes in Community Detection*, I try to use the `set_meta_data` python interface...

**Segmentation Fault Error** I'm running into a Segmentation Fault even when I run it on a very small network -- I actually run it on the example code given on...

See https://github.com/mapequation/infomap/discussions/310#discussioncomment-3049476

bug
python

Need to handle directed and undirected

[standard-version](https://github.com/conventional-changelog/standard-version) recommends [release-please](https://github.com/googleapis/release-please).

build

`intra.net` 400 trials (codelength, variance, mean, distribution) ![Screenshot 2022-06-03 at 14 00 50](https://user-images.githubusercontent.com/7374/171849582-c737da5d-5bf3-40f3-9ef9-b49e21aac2ed.png) ![Screenshot 2022-06-03 at 14 01 13](https://user-images.githubusercontent.com/7374/171849625-1935a089-dac4-4749-9872-fa4a6c58691b.png) ![Screenshot 2022-06-03 at 14 01 31](https://user-images.githubusercontent.com/7374/171849673-7588b6df-45a0-4c10-9017-244c8519d9c8.png) `multilayer.net` 1000 trials (codelength, variance,...

feature
performance
algorithm