-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Study the required Interactive factors:
ldbc_snb_datagen_spark/paramgenerator/readfactors.py
Lines 6 to 11 in efbeb57
| FACTORS = [ | |
| #friends posts likes tags forums companies comments | |
| "f", "p", "pl", "pt", "g", "w", "pr", | |
| "ff", "fp", "fpt", "fg", "fw", "fpr", # note: no likes, fpr is unused in the code | |
| "ffp", "ffpt", "ffg", "ffw", # note: no friends/likes/comments | |
| ] |
The meaning of the matrix:
number of: friends posts likes tags forums companies comments
person's
person's friends'
person's friends of friends'