Alexander Zatvornitskiy wrote:
> Hello, All!
>
> I need routines for visualization of graphs, like this for Matlab:
> ===
> You can visualize an arbitrary graph (such as one learned using the
structure
> learning routines) with Matlab code contributed by Ali Taylan Cemgil
from the
> University of
This isn't a visualisation routine, but it contains some of them, and
with few mod you can adapt them for your needs:
http://gato.sourceforge.net/
Gato - the Graph Animation Toolbox - is a software which visualizes
algorithms on graphs.
Bearophile
--
http://mail.python.org/mailman/listinfo/pyt
Alexander Zatvornitskiy wrote:
Hello, All!
I need routines for visualization of graphs, like this for Matlab:
You could output the dot language, parsed by graphviz
See: http://dkbza.org/pydot.html
PĂdraig.
--
http://mail.python.org/mailman/listinfo/python-list
Hello, All!
I need routines for visualization of graphs, like this for Matlab:
===
You can visualize an arbitrary graph (such as one learned using the structure
learning routines) with Matlab code contributed by Ali Taylan Cemgil from the
University of Nijmegen. For static BNs, call it as follows: