Arenas

class Arenas(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 networks synthesized from the email communication network Arenas at the University Rovira i Virgili. Nodes are users and each edge represents that at least one email was sent. The two networks are noisy permutations of each other. The dataset is proposed by the paper: “KONECT – The Koblenz Network Collection.” in WWW 2013. There are in total 1,135 common nodes across two networks.

Graph

#nodes

#edges

#node attrs

#edge attrs

Arenas1

1,135

10,902

50

0

Arenas2

1,135

10,800

50

0