easygraph.datasets package
Subpackages
- easygraph.datasets.dynamic package
- easygraph.datasets.hypergraph package
- Submodules
- easygraph.datasets.hypergraph.House_Committees module
- easygraph.datasets.hypergraph.Yelp module
- easygraph.datasets.hypergraph.cat_edge_Cooking module
- easygraph.datasets.hypergraph.coauthorship module
- easygraph.datasets.hypergraph.cocitation module
- easygraph.datasets.hypergraph.contact_primary_school module
- easygraph.datasets.hypergraph.cooking_200 module
- easygraph.datasets.hypergraph.hypergraph_dataset_base module
- easygraph.datasets.hypergraph.loadDeepSetDatasets module
- easygraph.datasets.hypergraph.mathoverflow_answers module
- easygraph.datasets.hypergraph.senate_committees module
- easygraph.datasets.hypergraph.trivago_clicks module
- easygraph.datasets.hypergraph.walmart_trips module
- Module contents
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
- 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