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: phanein/deepwalk
- Return type:
easygraph.Graph
References
[1]
- 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
- 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
- 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