Hi I installed graph-tools through brew and it works fine. Good work and thanks for the detailed info. I have a simple question about datasets. Except of the collection provided in graph-tools is there a dataset that provides graphml format of graphs? If not, is there a way to convert other formats, like txt from the snap dataset to graphml or gt? I googled for few hours and I couldn't find answer to the above sections. -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 04.03.2016 07:21, Kimon wrote:
I have a simple question about datasets. Except of the collection provided in graph-tools is there a dataset that provides graphml format of graphs?
I'm not aware of any repository out there that uses graphml extensively.
If not, is there a way to convert other formats, like txt from the snap dataset to graphml or gt?
graph-tool can only read gml, dot, graphml and gt. For everything else, like simple edge-list text files, you need to load it "by hand". Note that graph-tool can also read directly from the Konect collection, which is pretty large: http://konect.uni-koblenz.de/ Just read the documentation of the "collection" module. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
Ok, the konect module worked and its pretty handy. Thanks! -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
participants (2)
-
Kimon -
Tiago de Paula Peixoto