@@ -148,7 +148,7 @@ APPLICATIONS_FOREGROUND:
148
148
social : ["socialnetworks", "socialmediatools"]
149
149
entertainment : ["entertainment", "gamingknowledge", "gamingcasual", "gamingadventure", "gamingstrategy", "gamingtoolscommunity", "gamingroleplaying", "gamingaction", "gaminglogic", "gamingsports", "gamingsimulation"]
150
150
SINGLE_APPS : ["top1global", "com.facebook.moments", "com.google.android.youtube", "com.twitter.android"] # There's no entropy for single apps
151
- EXCLUDED_CATEGORIES : ["system_apps", "tvvideoapps" ]
151
+ EXCLUDED_CATEGORIES : ["system_apps"]
152
152
EXCLUDED_APPS : ["com.fitbit.FitbitMobile", "com.aware.plugin.upmc.cancer"]
153
153
FEATURES : ["count", "timeoffirstuse", "timeoflastuse", "frequencyentropy"]
154
154
@@ -226,7 +226,7 @@ HEATMAP_DAYS_BY_SENSORS:
226
226
MIN_VALID_HOURS_PER_DAY : *min_valid_hours_per_day
227
227
MIN_VALID_BINS_PER_HOUR : *min_valid_bins_per_hour
228
228
EXPECTED_NUM_OF_DAYS : -1
229
- PHONE_SENSORS_TABLES : [" accelerometer", " applications_foreground", " battery", " calls", " light", " locations", " messages", " screen", "plugin_google_activity_recognition", "plugin_studentlife_audio_android" ]
229
+ SENSORS : [accelerometer, activity_recognition, applications_foreground, conversation, battery, bluetooth, calls, light, locations, messages, screen]
230
230
231
231
HEATMAP_SENSED_BINS :
232
232
PLOT : False
@@ -244,9 +244,10 @@ OVERALL_COMPLIANCE_HEATMAP:
244
244
PARAMS_FOR_ANALYSIS :
245
245
COMPUTE : False
246
246
GROUNDTRUTH_TABLE : participant_info
247
+ TARGET_TABLE : participant_target
247
248
SOURCES : &sources ["phone_features", "fitbit_features", "phone_fitbit_features"]
248
249
DAY_SEGMENTS : *day_segments
249
- PHONE_FEATURES : [accelerometer, activity_recognition, applications_foreground, battery, calls_incoming, calls_missed, calls_outgoing, conversation, light, location_doryab, messages_received, messages_sent, screen]
250
+ PHONE_FEATURES : [accelerometer, activity_recognition, applications_foreground, battery, bluetooth, calls_incoming, calls_missed, calls_outgoing, conversation, light, location_doryab, messages_received, messages_sent, screen]
250
251
FITBIT_FEATURES : [fitbit_heartrate, fitbit_step, fitbit_sleep]
251
252
PHONE_FITBIT_FEATURES : " " # This array is merged in the input_merge_features_of_single_participant function in models.snakefile
252
253
DEMOGRAPHIC_FEATURES : [age, gender, inpatientdays]
0 commit comments