igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] How to remove vertex attribute in python igraph


From: Gábor Csárdi
Subject: Re: [igraph] How to remove vertex attribute in python igraph
Date: Wed, 14 Jan 2009 15:30:55 +0100

On Wed, Jan 14, 2009 at 3:27 PM, Simone Gabbriellini
<address@hidden> wrote:
> yes, why I didn't think about writing directly an adjacency matrix... my 
> god...

Because it is a waste of time and space if the graph is sparse. But
creating it in memory is fine, sna needs one anyway. Writing it to a
file is not a very good idea, unless the graph is very small.

G

[...]

-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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