Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amazing! Keep the node and the corresponding edge weights unchanged, only change the node id in the graph, the clustering result will change #352

Open
kxleee opened this issue Dec 26, 2023 · 0 comments

Comments

@kxleee
Copy link

kxleee commented Dec 26, 2023

for (i, j), sim in tqdm(links.items()):
    _ = infomapWrapper.addLink(i, j, sim)

infomapWrapper.run()  

-> Configuration: two-level
directed
seed = 45
num-trials = 3

-> Ordinary network input, using the Map Equation for first order network flows
Calculating global network flow using flow model 'directed'...
-> Using unrecorded teleportation to links.
-> PageRank calculation done in 50 iterations.

=> Sum node flow: 1, sum link flow: 1
Build internal network with 63 nodes and 1058 links

When constructing the graph, the order of 63 nodes is scrambled, the corresponding link is kept unchanged, and the clustering result changes.

Wanted to tell me. Why Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant