Results 25 comments of Mathieu Jacomy

(...continuation) Ok, so the issue is that I have a list and I need to update only certain elements, or even a single element. For now I just write the...

Comments: - This issue cannot be addressed at the global level, because it is the job of each algorithm to take in charge weights their own way. Some existing or...

Issue not exactly addressed, but note that a setting to normalize edge weights between 0 and 1 has been added to Force Atlas 2. https://github.com/gephi/gephi/commit/86ca06982c752d6d6fbd563adbf0e595c8747cf8

I have addressed this issue in branch u/jacomyma/github_1680 (review pending). Here is what it entailed: * Rewrite edge drawing to replace Bézier curves by circle arcs * Now the curved...

Weirdly, I cannot exactly reproduce the bug, but it's still there. * Creating a new project and adding a single node gives me 1 in directed and undirected * BUT...

The original paper is not super clear about this. It advocates to remove "dangling nodes" and add them later on. http://ilpubs.stanford.edu:8090/422/1/1999-66.pdf Anyway, the important is to be consistent with other...

Note to self: plausible but I can't tell just by eyeballing it. Proper way to deal with it: add unit test and check consistency with other packages (e.g., NetworkX, Cytoscape...).

About this issue: * The closeness centrality is between 0 and 1 anyway. Even not normalized. So the real problem here is rather the wording that suggests that it should...

From Valdis: "Here are the most popular CSV formats I have used over the 25+ years of doing network analysis... Nodes: NodeNumber, NodeName, Attribute1, Attribute2, Attribute3, ... Links: NodeNumber1(source), NodeNumber2(target),...