2020-06-24 00:29:01 +02:00
|
|
|
# Participants to include in the analysis
|
|
|
|
# You must create a file for each participant named pXXX containing their device_id. This can be done manually or automatically
|
2020-09-30 17:57:12 +02:00
|
|
|
PIDS: [test03, test04,test05, test06]
|
2020-04-29 17:44:31 +02:00
|
|
|
|
|
|
|
# Global var with common day segments
|
|
|
|
DAY_SEGMENTS: &day_segments
|
2020-09-19 01:14:07 +02:00
|
|
|
TYPE: FREQUENCY # FREQUENCY, PERIODIC, EVENT
|
|
|
|
FILE: "data/external/daysegments_frequency.csv"
|
2020-04-29 17:44:31 +02:00
|
|
|
|
2020-07-09 19:01:50 +02:00
|
|
|
PHONE_VALID_SENSED_BINS:
|
2020-09-19 01:14:07 +02:00
|
|
|
DB_TABLES: [bluetooth]
|
2020-06-17 22:23:00 +02:00
|
|
|
|
2020-09-03 22:30:13 +02:00
|
|
|
# Communication SMS features config, TYPES and FEATURES keys need to match
|
|
|
|
MESSAGES:
|
|
|
|
DB_TABLE: messages
|
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
2020-10-13 03:06:28 +02:00
|
|
|
COMPUTE: True
|
2020-09-03 22:30:13 +02:00
|
|
|
MESSAGES_TYPES : [received, sent]
|
|
|
|
FEATURES:
|
|
|
|
received: [count, distinctcontacts, timefirstmessage, timelastmessage, countmostfrequentcontact]
|
|
|
|
sent: [count, distinctcontacts, timefirstmessage, timelastmessage, countmostfrequentcontact]
|
|
|
|
SRC_LANGUAGE: "r"
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/messages
|
|
|
|
|
2020-09-04 17:40:59 +02:00
|
|
|
# Communication call features config, TYPES and FEATURES keys need to match
|
|
|
|
CALLS:
|
|
|
|
DB_TABLE: calls
|
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
2020-10-07 22:23:27 +02:00
|
|
|
COMPUTE: True
|
2020-09-04 17:40:59 +02:00
|
|
|
CALL_TYPES: [missed, incoming, outgoing]
|
|
|
|
FEATURES:
|
|
|
|
missed: [count, distinctcontacts, timefirstcall, timelastcall, countmostfrequentcontact]
|
|
|
|
incoming: [count, distinctcontacts, meanduration, sumduration, minduration, maxduration, stdduration, modeduration, entropyduration, timefirstcall, timelastcall, countmostfrequentcontact]
|
|
|
|
outgoing: [count, distinctcontacts, meanduration, sumduration, minduration, maxduration, stdduration, modeduration, entropyduration, timefirstcall, timelastcall, countmostfrequentcontact]
|
|
|
|
SRC_LANGUAGE: "r"
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/calls
|
2020-09-03 22:30:13 +02:00
|
|
|
|
2020-08-13 19:41:45 +02:00
|
|
|
BLUETOOTH:
|
|
|
|
DB_TABLE: bluetooth
|
2020-09-03 18:04:29 +02:00
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
|
|
|
COMPUTE: True
|
|
|
|
FEATURES: ["countscans", "uniquedevices", "countscansmostuniquedevice"]
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/bluetooth
|
|
|
|
SRC_LANGUAGE: "r"
|
2020-08-13 19:41:45 +02:00
|
|
|
|
2020-09-04 18:33:13 +02:00
|
|
|
LIGHT:
|
|
|
|
DB_TABLE: light
|
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
2020-10-12 06:32:46 +02:00
|
|
|
COMPUTE: True
|
2020-09-04 18:33:13 +02:00
|
|
|
FEATURES: ["count", "maxlux", "minlux", "avglux", "medianlux", "stdlux"]
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/light
|
|
|
|
SRC_LANGUAGE: "python"
|
|
|
|
|
2020-09-04 22:05:05 +02:00
|
|
|
WIFI:
|
|
|
|
DB_TABLE:
|
|
|
|
VISIBLE_ACCESS_POINTS: "wifi" # if you only have a CONNECTED_ACCESS_POINTS table, set this value to ""
|
|
|
|
CONNECTED_ACCESS_POINTS: "sensor_wifi" # if you only have a VISIBLE_ACCESS_POINTS table, set this value to ""
|
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
2020-10-13 01:14:55 +02:00
|
|
|
COMPUTE: True
|
2020-09-04 22:05:05 +02:00
|
|
|
FEATURES: ["countscans", "uniquedevices", "countscansmostuniquedevice"]
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/bluetooth
|
|
|
|
SRC_LANGUAGE: "r"
|
2020-09-10 20:01:32 +02:00
|
|
|
|
2020-09-11 23:55:09 +02:00
|
|
|
APPLICATIONS_FOREGROUND:
|
|
|
|
DB_TABLE: applications_foreground
|
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
2020-10-14 05:24:12 +02:00
|
|
|
COMPUTE: True
|
2020-09-11 23:55:09 +02:00
|
|
|
SINGLE_CATEGORIES: ["all", "email"]
|
|
|
|
MULTIPLE_CATEGORIES:
|
|
|
|
social: ["socialnetworks", "socialmediatools"]
|
|
|
|
entertainment: ["entertainment", "gamingstrategy"]
|
|
|
|
SINGLE_APPS: ["top1global", "com.facebook.moments"] # There's no entropy for single apps
|
|
|
|
EXCLUDED_CATEGORIES: ["systemapp", "tvvideoapps"]
|
|
|
|
EXCLUDED_APPS: ["com.fitbit.FitbitMobile", "com.aware.plugin.upmc.cancer"]
|
|
|
|
FEATURES: ["count", "timeoffirstuse", "timeoflastuse", "frequencyentropy"]
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/applications_foreground
|
|
|
|
SRC_LANGUAGE: "python"
|
|
|
|
|
2020-09-10 20:01:32 +02:00
|
|
|
CONVERSATION:
|
|
|
|
DB_TABLE:
|
|
|
|
ANDROID: plugin_studentlife_audio_android
|
|
|
|
IOS: plugin_studentlife_audio
|
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
2020-09-19 01:14:07 +02:00
|
|
|
COMPUTE: False
|
2020-09-10 20:01:32 +02:00
|
|
|
FEATURES: ["minutessilence", "minutesnoise", "minutesvoice", "minutesunknown","sumconversationduration","avgconversationduration",
|
|
|
|
"sdconversationduration","minconversationduration","maxconversationduration","timefirstconversation","timelastconversation","noisesumenergy",
|
|
|
|
"noiseavgenergy","noisesdenergy","noiseminenergy","noisemaxenergy","voicesumenergy",
|
|
|
|
"voiceavgenergy","voicesdenergy","voiceminenergy","voicemaxenergy","silencesensedfraction","noisesensedfraction",
|
|
|
|
"voicesensedfraction","unknownsensedfraction","silenceexpectedfraction","noiseexpectedfraction","voiceexpectedfraction",
|
|
|
|
"unknownexpectedfraction","countconversation"]
|
|
|
|
RECORDING_MINUTES: 1
|
|
|
|
PAUSED_MINUTES : 3
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/conversation
|
|
|
|
SRC_LANGUAGE: "python"
|