igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Find six degrees of separation in Actor-Actor Network


From: Tamas Nepusz
Subject: Re: [igraph] Find six degrees of separation in Actor-Actor Network
Date: Mon, 21 Jan 2019 09:17:39 +0100

> 3) This was a Movie-Actor bipartite network. When I project into Actor-Actor 
> network, edges are Movie names. The edges in Actor-Actor network such as 
> Actor01--Actor02 but I need to get it like that Actor01-MoiveA-Actor02 or 
> Actor01-MovieA/MovieB-Actor02.

I am afraid that this is currently not supported in igraph. You need
to use the original network and the all_shortest_paths() function to
find the movies that connect two actors.

T.



reply via email to

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