-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataset_definitions.json
107 lines (105 loc) · 3.93 KB
/
dataset_definitions.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{ "urls":{
"ecg":["http://www.cs.ucr.edu/~eamonn/discords/ECG_data.zip",
"http://www.cs.ucr.edu/~eamonn/discords/mitdbx_mitdbx_108.txt",
"http://www.cs.ucr.edu/~eamonn/discords/qtdbsele0606.txt",
"http://www.cs.ucr.edu/~eamonn/discords/chfdbchf15.txt",
"http://www.cs.ucr.edu/~eamonn/discords/qtdbsel102.txt"
],
"gesture":["http://www.cs.ucr.edu/~eamonn/discords/ann_gun_CentroidA"],
"space_shuttle":["http://www.cs.ucr.edu/~eamonn/discords/TEK16.txt",
"http://www.cs.ucr.edu/~eamonn/discords/TEK17.txt",
"http://www.cs.ucr.edu/~eamonn/discords/TEK14.txt"
],
"respiration":["http://www.cs.ucr.edu/~eamonn/discords/nprs44.txt",
"http://www.cs.ucr.edu/~eamonn/discords/nprs43.txt"
],
"power_demand":["http://www.cs.ucr.edu/~eamonn/discords/power_data.txt"]
},
"files":{
"chfdbchf15.txt":{
"anomaly_chunks":[[2250,2400]],
"training_data_bounds":[3381,14244],
"test_data_bounds":[33,3381]
},
"xmitdb_x108_0.txt":{
"anomaly_chunks":[[4020,4400]],
"training_data_bounds":[424,3576],
"test_data_bounds":[4576,5332]
},
"mitdb__100_180.txt":{
"anomaly_chunks":[[1800,1990]],
"training_data_bounds":[2328,5271],
"test_data_bounds":[73,2328]
},
"chfdb_chf01_275.txt":{
"anomaly_chunks":[[2330,2600]],
"training_data_bounds":[null,1833],
"test_data_bounds":[1833,3674]
},
"ltstdb_20221_43.txt":{
"anomaly_chunks":[[650,780]],
"training_data_bounds":[1121,3731],
"test_data_bounds":[0,1121]
},
"ltstdb_20321_240.txt":{
"anomaly_chunks":[[710,850]],
"training_data_bounds":[1520,3531],
"test_data_bounds":[73,1520]
},
"chfdb_chf13_45590.txt":{
"anomaly_chunks":[[2800,2960]],
"training_data_bounds":[null,2439],
"test_data_bounds":[2439,3726]
},
"stdb_308_0.txt":{
"anomaly_chunks":[[2290,2550]],
"training_data_bounds":[2986,5359],
"test_data_bounds":[265,2986]
},
"qtdbsel102.txt":{
"anomaly_chunks":[[4230,4430]],
"training_data_bounds":[10093,44828],
"test_data_bounds":[211,10093]
},
"ann_gun_CentroidA.txt":{
"anomaly_chunks":[[2070,2810]],
"training_data_bounds":[3000,null],
"test_data_bounds":[null,3000]
},
"TEK16.txt":{
"anomaly_chunks":[[4270,4370]],
"training_data_bounds":[521,3588],
"test_data_bounds":[3588,4539]
},
"TEK17.txt":{
"anomaly_chunks":[[2100,2145]],
"training_data_bounds":[2469,4588],
"test_data_bounds":[1543,2469]
},
"TEK14.txt":{
"anomaly_chunks":[[1100,1200],[1455,1955]],
"training_data_bounds":[2089,4098],
"test_data_bounds":[97,2089]
},
"nprs44.txt":{
"anomaly_chunks":[[16192,16638],[20457,20911]],
"training_data_bounds":[363,12955],
"test_data_bounds":[12955,24082]
},
"nprs43.txt":{
"anomaly_chunks":[[12929,13432],[14877,15086],[15729,15924]],
"training_data_bounds":[4285,10498],
"test_data_bounds":[10498,17909]
},
"power_data.txt":{
"anomaly_chunks":[[8254,8998],[11348,12143],[33883,34601]],
"training_data_bounds":[15287,33432],
"test_data_bounds":[501,15287]
},
"nyc_taxi.csv":{
"anomaly_chunks":[[150,250],[5970,6050],[8500,8650],[8750,8890],[10000,10200],[14700,14800]],
"training_data_bounds":[null,13104],
"test_data_bounds":[13104,null]
}
}
}