igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Community detection for weighted graphs


From: Tamas Nepusz
Subject: Re: [igraph] Community detection for weighted graphs
Date: Mon, 10 Jan 2011 10:24:32 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7

Basically the rule of thumb is: look up the name of the function in the
Python help (e.g. help(Graph.community_fastgreedy)); if it mentions an
argument named "weights", then the algorithm supports weights, otherwise
it does not.

-- 
T.

On 01/10/2011 09:23 AM, Moses Boudourides wrote:
> Thanks Gabor! Anything else on Python? --Moses
>
> On Mon, Jan 10, 2011 at 8:57 AM, Gábor Csárdi <address@hidden> wrote:
>> Hi,
>>
>> please see the R manual at
>> http://igraph.sourceforge.net/doc/R/00Index.html, look at the
>> functions that have 'community' in their name. If, under the 'Usage'
>> section you see that the function has an argument called 'weights',
>> then the algorithm (and implementation) supports edge weights.
>> Otherwise it does not.
>>
>> Best,
>> Gabor
>>
>> On Mon, Jan 10, 2011 at 8:48 AM, Moses Boudourides
>> <address@hidden> wrote:
>>> Hello,
>>>
>>> Since I'm a little confused about what function treats which type of a
>>> graph, I'd like to ask you about any existing implementations of
>>> community detection for weighted graphs in igraph (R or Python).
>>> Thanks in advance.
>>>
>>> Best regards,
>>>
>>> --Moses
>>>
>>> _______________________________________________
>>> igraph-help mailing list
>>> address@hidden
>>> http://lists.nongnu.org/mailman/listinfo/igraph-help
>>>
>>
>>
>> --
>> Gabor Csardi <address@hidden>     UNIL DGM
>>
>> _______________________________________________
>> igraph-help mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/igraph-help
>>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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