Search found 5 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- 25 Mar 2015 13:28
- Forum: Layouts
- Topic: edge weight = edge length
- Replies: 7
- Views: 52598
Re: edge weight = edge length
I'm not sure if people are still following this post. The problem that you are addressing is actually quite challenging, because it is not always possible to position a larger number of nodes in a way that their respective distances (in terms of the weight of their relationships) are accurately repr...
- 22 Sep 2014 12:07
- Forum: Plugins, presets and filters
- Topic: Companion tool: Dynamic Networks
- Replies: 0
- Views: 4029
Companion tool: Dynamic Networks
Dear all, I recently made available a tool that I created as a companion to Gephi. I created the tool for my own research, but I think that it may be useful to others, so I released the tool (as well as its code) under the GPL v3 license. The tool can be used to create dynamic networks from incidenc...
- 20 Aug 2014 22:26
- Forum: Plugins, presets and filters
- Topic: Licensing of plugin that reuses a lot of code
- Replies: 2
- Views: 18101
Re: Licensing of plugin that reuses a lot of code
Thank you for the reply. I retained the original copyright header (with the original author) in all the source code files. I made a small note in the source code file where I changed a few things. I also imported the GPL license, so I think it should be okay.
- 12 Aug 2014 18:04
- Forum: Plugins, presets and filters
- Topic: Licensing of plugin that reuses a lot of code
- Replies: 2
- Views: 18101
Licensing of plugin that reuses a lot of code
I developed a new layout plugin because I needed it for my own research. When I say "I developed" I actually mean that I took a lot of code from the original ForceAtlas 2 Layout plugin, stripped some of the code that I didn't need, and added some other stuff that I was missing. It is basically an ad...
- 04 Jun 2014 09:42
- Forum: Statistics, Clustering & Data Lab
- Topic: Modularity for directed / weighted graphs?
- Replies: 3
- Views: 7524
Re: Modularity for directed / weighted graphs?
I am also interested in doing modularity analysis with directed graphs. I found the following paper, which appears to define modularity for directed graphs: http://arxiv.org/abs/0801.1647
I might give its implementation a try, although my Java skills are not that great.
I might give its implementation a try, although my Java skills are not that great.