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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
