igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Help required - How to perform matrix multiplication in igraph-


From: Pranay Vasani
Subject: [igraph] Help required - How to perform matrix multiplication in igraph-python
Date: Tue, 12 Jan 2016 21:32:37 +0530

I have a bipartite graph and i want to compute the square of the adjacency matrix.
How to do it in igraph-python?
I am analyzing IMDb data set where i have information about actor and movie.
I want to find out which actors acted in a movie and which movies have common actors.
One option that i explored was bipartite_projection but i still want to find the path of length 2 by doing matrix multiplication i.e. square of adjacency matrix.

I am new to igraph-python so your patience and help is appreciated.

Thanks
Pranay

reply via email to

[Prev in Thread] Current Thread [Next in Thread]