Visualizing an algorithm in steps

User's perspective on software quality
Post Reply [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
jldevezas
Posts:2
Joined:03 Jun 2011 13:04
[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
Visualizing an algorithm in steps

Post by jldevezas » 03 Jun 2011 13:14

Hello,

I work with community detection on graphs and I was just thinking how cool and useful it might be if I could make an algorithm and then test it by watching it run, step by step, in terms of graph visual properties, such as node and edge size or color. So, for example, if I have community detection algorithm, I would like to take advantage of the layouts available in Gephi (that already allow me to have an idea of how community structure will look like) and watch my algorithm identify communities, for instance by changing node colors (a color for each community). Is this already possible? My idea is that Gephi would use a scripting language like Python that would allow to change graph properties in timed steps. What do you think?

admin
Gephi Community Manager
Posts:964
Joined:09 Dec 2009 14:41
[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

Re: Visualizing an algorithm in steps

Post by admin » 03 Jun 2011 13:38

Hi,

Very cool idea! Yes you can code a Statistics plugin in Java which will integrate well in Gephi.

Cheers!

jldevezas
Posts:2
Joined:03 Jun 2011 13:04
[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

Re: Visualizing an algorithm in steps

Post by jldevezas » 03 Jun 2011 14:17

admin wrote:Hi,

Very cool idea! Yes you can code a Statistics plugin in Java which will integrate well in Gephi.

Cheers!
I've gotta try that out, thanks! :-)

Post Reply
[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
[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