-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatasetInfo.json
90 lines (90 loc) · 2.36 KB
/
datasetInfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"PA": {
"edges": 1615685872,
"nodes": 111059956,
"rawFilePath": "capsule/data/raw/papers100M",
"processedPath": "capsule/data/partition/PA",
"featLen": 128,
"classes": 172,
"trainNUM": 1207179,
"valNUM": 125265,
"testNUM": 214338
},
"PD": {
"edges": 123718280,
"nodes": 2449029,
"rawFilePath": "/home/user/capsule/data/raw/products",
"processedPath": "/home/user/capsule/data/partition/PD",
"featLen": 100,
"classes": 47,
"trainNUM": 196615,
"valNUM": 39323,
"testNUM": 2213091
},
"RD": {
"edges": 114848857,
"nodes": 232965,
"rawFilePath": "capsule/data/raw/reddit",
"processedPath": "capsule/data/partition/RD",
"featLen": 602,
"classes": 41,
"trainNUM": 153431,
"valNUM": 23831,
"testNUM": 55703
},
"FR": {
"edges": 1806067135,
"nodes": 65608366,
"rawFilePath": "capsule/data/raw/com_fr",
"processedPath": "capsule/data/partition/FR",
"featLen": 100,
"classes": 150,
"trainNUM": 656083,
"valNUM": 0,
"testNUM": 0
},
"UK": {
"edges": 2965197340,
"nodes": 77741046,
"rawFilePath": "capsule/data/raw/uk-2006-05",
"processedPath": "capsule/data/partition/UK",
"featLen": 100,
"classes": 150,
"trainNUM": 777410,
"valNUM": 0,
"testNUM": 0
},
"WB": {
"edges": 1019903190,
"nodes": 118142143,
"rawFilePath": "capsule/data/raw/wb2001",
"processedPath": "capsule/data/partition/WB",
"featLen": 100,
"classes": 150,
"trainNUM": 1181421,
"valNUM": 0,
"testNUM": 0
},
"C2": {
"edges": 30561187,
"nodes": 2927963,
"rawFilePath": "capsule/data/raw/citation2",
"processedPath": "capsule/data/partition/C2",
"featLen": 128,
"classes": 0,
"trainNUM": 0,
"valNUM": 0,
"testNUM": 0
},
"VS": {
"edges": 5345897,
"nodes": 3538495,
"rawFilePath": "capsule/data/raw/vessel",
"processedPath": "capsule/data/partition/VS",
"featLen": 3,
"classes": 0,
"trainNUM": 0,
"valNUM": 0,
"testNUM": 0
}
}