[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2011-06-10T08:04:10+01:00 https://forum-gephi.org/app.php/feed/topic/1188 2011-06-10T08:04:10+01:002011-06-10T08:04:10+01:00 https://forum-gephi.org/viewtopic.php?t=1188&p=3707#p3707 <![CDATA[Re: how to convert a txt file to gexf file?]]>
To complement what Sebastien said: once you have your dl file: open it in Gephi, then you can save it as a gexf file.

Best,

Clement

Statistics:Posted by seinecle — 10 Jun 2011 08:04


]]>
2011-06-09T10:51:44+01:002011-06-09T10:51:44+01:00 https://forum-gephi.org/viewtopic.php?t=1188&p=3701#p3701 <![CDATA[Re: how to convert a txt file to gexf file?]]> DL file to put the edge list.

The last column is can be seen as the "weight" of the edges. I advise to multiply the probabilities by 100 so that the layouts can use them properly.

So you'll have a file like this, given the 3 nodes of your example:

CODE:

dlformat=edgelist1n=3data:42051169 51923155 042051169 51923155 3042051169 64029985 50

Statistics:Posted by admin — 09 Jun 2011 10:51


]]>
2011-06-09T10:31:49+01:002011-06-09T10:31:49+01:00 https://forum-gephi.org/viewtopic.php?t=1188&p=3700#p3700 <![CDATA[Re: how to convert a txt file to gexf file?]]>
admin wrote:What is the meaning of the columns?
It is about a social network dataset.To be specific,the first two columns give two participants' ID number,and last column lists the two users' relationship,which can be regarded as the uncertain edge existing probability of the graph.

Statistics:Posted by cookies713 — 09 Jun 2011 10:31


]]>
2011-06-09T09:28:49+01:002011-06-09T09:28:49+01:00 https://forum-gephi.org/viewtopic.php?t=1188&p=3699#p3699 <![CDATA[Re: how to convert a txt file to gexf file?]]> Statistics:Posted by admin — 09 Jun 2011 09:28


]]>
2011-06-09T04:45:50+01:002011-06-09T04:45:50+01:00 https://forum-gephi.org/viewtopic.php?t=1188&p=3697#p3697 <![CDATA[[SOLVED] how to convert a txt file to gexf file?]]> 42051169 51923155 0
42051169 51923155 0.3
42051169 64029985 0.5
.........
so what can i do to meet the Gephi's requirement.Thank you!

Statistics:Posted by cookies713 — 09 Jun 2011 04:45


]]>