Re: [Numpy-discussion] Networkx graph - numpy array - networkx.has_path() function

2013-09-07 Thread Robert Kern
On Fri, Sep 6, 2013 at 3:45 PM, Josè Luis Mietta <
joseluismie...@yahoo.com.ar> wrote:
>
>
> Hi experts!
>
> I wanna use networkx.has_path(). This is applies, necesary, to a networkx
graph. I have a adjacency matrix of a undirected graph (M, wich is a numpy
matrix (array of N x N elements)).
>
> How can I do for use M in  networkx.has_path()?
>
> If I must transform M into a networkx graph: how can I do that?

networkx has some nice, searchable documentation.


http://networkx.github.io/documentation/latest/reference/generated/networkx.convert.from_numpy_matrix.html

And its own mailing list.

  https://groups.google.com/forum/#!forum/networkx-discuss

--
Robert Kern
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Networkx graph - numpy array - networkx.has_path() function

2013-09-06 Thread Josè Luis Mietta


Hi experts!

I wanna use  networkx.has_path(). This is applies, necesary, to a networkx 
graph. I have a adjacency matrix of a undirected graph (M, wich is a numpy 
matrix (array of N x N elements)).

How can I do for use M in  networkx.has_path()?

If I must transform M into a networkx graph: how can I do that?

Waiting for your answers.

Thanks a lot!!

José Luis___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion