pub fn reddit_graph(shards: usize, timeout: u64, test_file: bool) -> Graph
Expand description

Load the Reddit hyperlinks dataset into a graph and return it

Arguments

  • shards - The number of shards to use for the graph
  • timeout - The timeout in seconds for downloading the dataset

Returns

  • Graph - The graph containing the Reddit hyperlinks dataset