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- 21 Jun 2011 10:03
- Forum: Layouts
- Topic: [SOLVED] ForceAtlas Automatic stabilization
- Replies: 5
- Views: 40612
Re: Automatic stabilization
Many thanks for your detailed answer, a last question: what is your stopping condition? I mean, when do you believe the layout is finished? This could be implemented using an optimality measure, like a sum of squared delta positions: optimality = \sum_{n=1}^{Nodes} dx_i^2 + dy_i^2 where dx is the di...
- 16 Jun 2011 14:40
- Forum: Layouts
- Topic: [SOLVED] ForceAtlas Automatic stabilization
- Replies: 5
- Views: 40612
[SOLVED] ForceAtlas Automatic stabilization
Hi you all, I'm looking at the code of ForceAtlas but I'm not able to figure out how the auto stabilization is done. I mean, during the layout I see no flickering of nodes at all toward the end of the layout. What is the mathematical formulation of the auto stabilization? A sort of better integratio...
- 07 Oct 2010 14:21
- Forum:
- Topic: Gephi on MacOSX 10.5
- Replies: 7
- Views: 3746
Re: Gephi on MacOSX 10.5
Very strange,
I don't have the gephi directory my Library/Application_Support directory...
Library/Application support/gephi07beta/dev/var/log/messages.log
controlled also with a
find ./ -name "*gephi07*"
Gephi opens but I can do nothing...frustrating
Instruction for compilation from source?
I don't have the gephi directory my Library/Application_Support directory...
Library/Application support/gephi07beta/dev/var/log/messages.log
controlled also with a
find ./ -name "*gephi07*"
Gephi opens but I can do nothing...frustrating
Instruction for compilation from source?
- 07 Oct 2010 13:55
- Forum: GSoC
- Topic: Disconnected components with multilevel
- Replies: 3
- Views: 65069
Re: Disconnected components with multilevel
Yes, thank you, it helped. I've also looked at the source of the code and it clarified my ideas a lot. A last question remains, what do you specifically mean with autostabilize function? From the numerical analysis point of view, what you do is a gradient descent minimization of the "potential" func...
- 04 Oct 2010 11:50
- Forum: GSoC
- Topic: Disconnected components with multilevel
- Replies: 3
- Views: 65069
Disconnected components with multilevel
Hi developers, Using Gephi I've noticed the way it handles disconnected components is very efficient. I argue that component is not laid out separately but it seems to me that for each node a force is computed and then integrated. I understand clearly the way this model work for a layout like Frucht...
- 04 Oct 2010 11:38
- Forum: Statistics, Clustering & Data Lab
- Topic: Degree Power Law Graph Not Displaying
- Replies: 3
- Views: 4664
Re: Degree Power Law Graph Not Displaying
I've the same problem.
Windows 7 PC, Gephi 0.7 alpha
Windows 7 PC, Gephi 0.7 alpha
- 04 Oct 2010 11:34
- Forum:
- Topic: Gephi on MacOSX 10.5
- Replies: 7
- Views: 3746
Gephi on MacOSX 10.5
Hi guys, I've installed Gephi on my macbook with Leopard OSX 10.5 and java 6 as specified in the installation guide. What happens is that when I start Gephi, everything seems to load fine, but no menu is clickable and in fact I can do nothing at all. Can't load a graph, can't do nothing! Very strang...