igraph-help
[Top][All Lists]
Advanced

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

[igraph] elementary community_fastgreedy()


From: osman eryurt
Subject: [igraph] elementary community_fastgreedy()
Date: Wed, 29 Jun 2011 13:55:21 +0300

i am beginner for igraph under python and my problem how can i add weights to my edges?.
And community_fastgreedy() how is it consider weights
is high values indicates strong bonds or is it distance?
my data is like:

myfirst column is node 1 second column is node2 and third column is for bond strength in a txt format

i think i understand to how to create graph and add nodes and edges but how am gonna add weights to the adges? before using
community_fastgreedy()

i know adding weights must be easy and present in the manual but i could not find it.

regards



reply via email to

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