-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
39 lines (36 loc) · 898 Bytes
/
example.json
File metadata and controls
39 lines (36 loc) · 898 Bytes
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
{
"name": "wearable-exam-stress",
"loader": "EmpaticaE4Loader",
"example_case": "S10/midterm_2",
"structure": {
"sensor_features": ["IBI", "ACC", "BVP", "EDA", "TEMP", "HR"],
"timestamp_format": "unix"
}
}
{
"IBI": {
"provider": {
"name": "feature_engineering_and_extraction",
"modules": {
"statistical_features": {
"features": {
"mean": 0.6753080768817203,
"median": 0.687531,
"std": 0.08411959355869221,
"range": 0.750035,
"mode": 0.687531,
"skewness": -1.0596175403729309,
"kurtosis": 3.0874125851748317
}
},
"time_domain_features": {
"features": {
"rms": 0.6805270786105188,
"energy": 861.3978147832311,
"average_power": 0.4631171047221672
}
}
}
}
}
}