igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] bipartite from edgelist?


From: Gábor Csárdi
Subject: Re: [igraph] bipartite from edgelist?
Date: Thu, 1 Aug 2013 19:39:18 -0400

On Thu, Aug 1, 2013 at 6:16 PM, 四正(红砖) <address@hidden> wrote:
[...]
i'm going to do as follow: as reading edgelist line by line, i add the vertices and edges by myself. during that process, i can add an attribute named "type", which is "b" for buyers, and "s" for sellers.

i have tested by small graph, it works.

That is a little surprising, because the 'type' attribute should be logical, i.e. TRUE or FALSE.
 
but it will be more slow i think, because i have to judge where a vertex or edge has existed, and the buyer id and seller id can't be considered as the vertex id, but as the name of the vertex.

To be honest, I don't really get it why it will be slow. Just create a network and assign a type attribute for all vertices at the same time, in the beginning.

Gabor

[...]

reply via email to

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