PhoneEmail

class PhoneEmail(root: str | Path, download: bool | None = False, train_ratio: float | None = 0.2, dtype: dtype = torch.float32, seed: int | None = 0)[source]

Bases: Dataset

A pair of communication networks among people via phone or email. Nodes represent people and an edge exists between two people if they communicate via phone or email at least once. Phone network includes 1,000 nodes and 41,191 edges. Email network includes 1,003 nodes and 4,627 edges. Both networks are plain networks. There are 1,000 common people across two networks.

STATS:

Graph

#nodes

#edges

#node attrs

#edge attrs

Phone

1,000

41,191

0

0

Email

1,003

4,628

0

0