-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Amazon0302 benchmarking dataset
- Loading branch information
Showing
3 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: amazon0302 | ||
file_type: .gz | ||
description: | ||
Network was collected by crawling Amazon website. It is based on Customers Who Bought This Item Also Bought feature of the Amazon website. If a product i is frequently co-purchased with product j, the graph contains a directed edge from i to j. The data was collected in March 02 2003. | ||
author: J. Leskovec, L. Adamic and B. Adamic | ||
refs: J. Leskovec, L. Adamic and B. Adamic. The Dynamics of Viral Marketing. ACM Transactions on the Web (ACM TWEB), 1(1), 2007. | ||
delim: "\t" | ||
header: 3 | ||
col_names: | ||
- FromNodeId | ||
- ToNodeId | ||
col_types: | ||
- int32 | ||
- int32 | ||
has_loop: false | ||
is_directed: true | ||
is_multigraph: false | ||
is_symmetric: false | ||
number_of_edges: 1234877 | ||
number_of_nodes: 262111 | ||
url: https://snap.stanford.edu/data/amazon0302.txt.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters