Search found 7 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- 19 Jan 2012 16:43
- Forum: Layouts
- Topic: Parallel Force Atlas
- Replies: 25
- Views: 177612
Re: Parallel Force Atlas
I did do it in Java, but I'm not using the Gephi base code for my nodes / edges / graph, so I rewrote portions to reflect my code, but all the logic for the layout itself is consistent. For example, I didn't like that the layout used doubles to store everything as it consumes twice the memory (and a...
- 18 Jan 2012 20:10
- Forum: Layouts
- Topic: Parallel Force Atlas
- Replies: 25
- Views: 177612
Re: Parallel Force Atlas
I haven't tested out any of the CUDA stuff, but I've been working to optimize Force Atlas 2 as is and have gotten significant performance improvements, in addition to adding 3D to the layout. However, I haven't had time to port it back to the Gephi code and I don't know how to determine in Gephi whi...
- 03 Oct 2011 17:05
- Forum:
- Topic: Tools for managing link data
- Replies: 1
- Views: 1200
Tools for managing link data
Wondering if anyone knows of any good web based tools that could be used to manage link data, which would allow users to add, remove, and edit relationships in a non-graph manner. Let's say I have thousands of documents and I'm doing entity extraction on them. Now I need to allow users to create ass...
- 01 Dec 2010 17:35
- Forum: Layouts
- Topic: Hyperbolic layout?
- Replies: 6
- Views: 9524
Re: Hyperbolic layout?
They should mix this with the Spherical Centroidal Voronoi Tessellation to gain a 3d output. 

- 29 Nov 2010 17:52
- Forum: Legals
- Topic: [IMPORTANT] Gephi license: leaving GNU AGPL to BSD?
- Replies: 34
- Views: 224957
Re: [IMPORTANT] Gephi license: leaving GNU AGPL to BSD?
I'm definitely for an open license. I plan to use pieces of the Gephi toolkit in my Processing projects, but depending on what I'm doing, I can't make my code public since I do a bit of work for the Government. I need the freedom to use the code for this non-commercial use, as the source code will b...
- 26 Nov 2010 18:47
- Forum: Layouts
- Topic: Hyperbolic layout?
- Replies: 6
- Views: 9524
Re: Hyperbolic layout?
Another high speed layout for large graphs that has my particular interest is described in this paper. Weighted Spherical Centroidal Voronoi Tessellation - http://arxiv.org/abs/0912.3974 From my discussions with Dana K. Urribarri, they are planning to release it under some open source license, but f...
- 26 Nov 2010 18:39
- Forum: Layouts
- Topic: Hyperbolic layout?
- Replies: 6
- Views: 9524
Re: Hyperbolic layout?
The walrus layout is already in Java and from my discussions with Young Hyun of CAIDA, he stated that it wouldn't take that much work to make a Java API around the core Walrus classes (for example, the layout is computed by the H3GraphLayout class).