easygraph.datasets package

Subpackages

Submodules

easygraph.datasets.citation_graph module

easygraph.datasets.get_sample_graph module

easygraph.datasets.get_sample_graph.get_graph_blogcatalog()[source]

Returns the undirected graph of blogcatalog.

Returns

get_graph_blogcatalog – The undirected graph instance of blogcatalog from dataset: https://github.com/phanein/deepwalk/blob/master/example_graphs/blogcatalog.mat

Return type

easygraph.Graph

References

1

https://github.com/phanein/deepwalk/blob/master/example_graphs/blogcatalog.mat

easygraph.datasets.get_sample_graph.get_graph_flickr()[source]

Returns the undirected graph of Flickr dataset.

Returns

get_graph_flickr – The undirected graph instance of Flickr from dataset: http://socialnetworks.mpi-sws.mpg.de/data/flickr-links.txt.gz

Return type

easygraph.Graph

References

1

http://socialnetworks.mpi-sws.mpg.de/data/flickr-links.txt.gz

easygraph.datasets.get_sample_graph.get_graph_karateclub()[source]

Returns the undirected graph of Karate Club.

Returns

get_graph_karateclub – The undirected graph instance of karate club from dataset: http://vlado.fmf.uni-lj.si/pub/networks/data/Ucinet/UciData.htm

Return type

easygraph.Graph

References

1

http://vlado.fmf.uni-lj.si/pub/networks/data/Ucinet/UciData.htm

easygraph.datasets.get_sample_graph.get_graph_youtube()[source]

Returns the undirected graph of Youtube dataset.

Returns

get_graph_youtube – The undirected graph instance of Youtube from dataset: http://socialnetworks.mpi-sws.mpg.de/data/youtube-links.txt.gz

Return type

easygraph.Graph

References

1

http://socialnetworks.mpi-sws.mpg.de/data/youtube-links.txt.gz

easygraph.datasets.gnn_benchmark module

easygraph.datasets.graph_dataset_base module

easygraph.datasets.karate module

easygraph.datasets.ppi module

easygraph.datasets.utils module

Module contents