-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
29 lines (26 loc) · 1.81 KB
/
config.py
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
datasets = {
1: {'name': 'bitcoin_otc', 'file': 'soc-sign-bitcoinotc.csv', 'format': 'bitcoin', 'sep': ',', 'comment': '#',
'skiprows': 0, 'normalizerFacor': 10.0},
2: {'name': 'bitcoin_alpha', 'file': 'soc-sign-bitcoinalpha.csv', 'format': 'bitcoin', 'sep': ',', 'comment': '#',
'skiprows': 0, 'normalizerFacor': 10.0},
3: {'name': 'slodshot_zoo', 'file': 'slodshotzoo.konect', 'format': 'konect', 'sep': ' ', 'comment': '%',
'skiprows': 2, 'normalizerFacor': 1.0},
4: {'name': 'epinions', 'file': 'soc-sign-epinions.txt', 'format': 'epinions', 'sep': ' ', 'comment': '#',
'skiprows': 4, 'normalizerFacor': 1.0},
5: {'name': 'wiki_elec', 'file': 'wikipediaElection.konect', 'format': 'konect', 'sep': ' ', 'comment': '%',
'skiprows': 2, 'normalizerFacor': 1.0},
6: {'name': 'wiki_signed', 'file': 'wikisigned.konect', 'format': 'konect', 'sep': ' ', 'comment': '%',
'skiprows': 1, 'normalizerFacor': 1.0},
7: {'name': 'highland_tribes', 'file': 'Highland-tribes.csv', 'format': 'konect', 'sep': ',', 'comment': '%',
'skiprows': 1, 'normalizerFacor': 1.0},
8: {'name': 'SNM_AFF4', 'file': 'SNM_AFF4.csv', 'format': 'konect', 'sep': ',', 'comment': '%', 'skiprows': 0,
'normalizerFacor': 1.0},
9: {'name': 'SNM_INFL', 'file': 'SNM_INFL.csv', 'format': 'konect', 'sep': ',', 'comment': '%', 'skiprows': 0,
'normalizerFacor': 1.0},
10: {'name': 'stranke94', 'file': 'stranke94.csv', 'format': 'konect', 'sep': ',', 'comment': '%', 'skiprows': 0,
'normalizerFacor': 215.0},
11: {'name': 'usSuprime', 'file': 'usSuprimeEdg.csv', 'format': 'konect', 'sep': ',', 'comment': '%', 'skiprows': 0,
'normalizerFacor': 37.0},
}
#dataDirecoty="/home/mf/Thesis/Dataset" uni
dataDirecoty="/home/mf/PycharmProjects/DataSet" #home