Little Ball of Fur Datasets

class GraphReader(dataset: str = 'wikipedia')[source]

Class to read benchmark datasets for the sampling task.

Parameters

dataset (str) – Dataset of interest. One of facebook/wikipedia/github/twitch/deezer/lastfm. Default is ‘wikipedia’.

get_graph()networkx.classes.graph.Graph[source]

Getting the graph.

Return types:
  • graph (NetworkX graph) - Graph of interest.