Skip to main content

ORIGINAL RESEARCH article

Front. Public Health, 11 January 2021
Sec. Digital Public Health
This article is part of the Research Topic Responsible Big Data Solutions for Public Health View all 5 articles

What Are Good Situations for Running? A Machine Learning Study Using Mobile and Geographical Data

  • 1Informatics Institute, University of Amsterdam, Amsterdam, Netherlands
  • 2Information and Computing Sciences, Utrecht University, Utrecht, Netherlands
  • 3Human Geography and Spatial Planning, Utrecht University, Utrecht, Netherlands
  • 4Faculty of Health, Sports and Welfare, Inholland University of Applied Sciences, Amsterdam, Netherlands
  • 5Digital Life, Amsterdam University of Applied Sciences, Amsterdam, Netherlands

Running is a popular form of physical activity. Personal, social, and environmental determinants influence the engagement of the individual. To get insight in the relation between running behavior and external situations for different types of users, we carried out an extensive data mining study on large-scale datasets. We combined 4 years of historical running data (collected by a mobile exercise application from over 10K participants) with weather, topographical and demographical datasets. We introduce weighted frequent item mining for the analysis of the data. In this way, we capture temporal and environmental situations that frequently associate with different running performances. The results show that specific temporal and environmental situations (hour in a day, day in a week, temperature, distance to residential areas, and population density) influence the running performance of users more than other situational features. Hierarchical agglomerative clustering on the running data is used to split runners in two clusters (with sustained and less sustained running behavior). We compared the two groups of runners and found that runners with less sustained behavior are more sensitive to the environmental situations (especially several weather and location related features, such as temperature, weather type, distance to the nearest park) than regular runners. Further analysis focused on the situational features for the less sustained runners. Results show that specific feature values correspond to a better or worse running distance. Not only the influence of individual features was examined but also the interplay between features. Our findings provide important empirical evidence that the role of external situations in the running behavior of individuals can be derived from analysis of the combined historical datasets. This opens up a large potential to take those situations specifically into consideration when supporting individuals which show less sustained behavior.

1. Introduction

Physical inactivity has been identified as a leading risk factor for poor health in modern society, as it can lead to serious physical and mental health problems (1, 2). In order to maintain a healthy lifestyle, people are advised to engage in a sufficient amount of physical activity on a regular basis [i.e., at least 150 min moderate-intensity activity every week for adults (3)]. However, a large group of individuals struggle with sustaining this healthy activity level. To illustrate, more than half of all Dutch residents in the Netherlands did not meet these guidelines in 2017 (4). Thus, searching for ways to promote sustained physical activity for less active individuals is a challenge (5, 6). Intelligent mobile systems can automatically and accurately track people's behavior and, based on this tracking, continuously intervene with a user to promote physical activity (710).

For this purpose, it is crucial to have insight in the context or situation of the user (11, 12). A situation can be defined as a snapshot of internal (e.g., fitness level, mood, etc.) and external variables (e.g., time, location, weather, etc.) of a person in a physical or conceptual environment (13). In daily life, situations can play an important role in determining the effectiveness of an intervention (14, 15). For instance, a reminder about physical activity sent during a meeting will likely be ineffective, no matter how persuasive its content might be. Also, environmental characteristics (situations) can play a role in influencing physical activity behavior (16). Both socioecological models (17) and cognitive models (18) explain how the physical environment can facilitate or discourage certain behaviors. Sufficient sport facilities, such as urban parks, might facilitate exercise whereas lack of facilities likely discourage physical activity (19).

Remarkable is that these situational barriers seem to have less impact on the individual when the activity habit is more established (20, 21). Hence, it is likely that the role of the physical environment on running behaviors differs between individuals in different stages of behavior change. Several studies demonstrated that the situational barriers of physical activity changes during the process of behavior change (20, 22, 23). Notably, all these studies used questionnaires to determine the relationship between situational barriers and human behavior. To examine whether this pattern also applies to not self-reported empirical data, we conduct a data-driven study with a combination of different datasets. We first set out to cluster individuals based on their activity levels. Then, the characteristics of situations suitable for running are examined for each cluster in more detail. Based on the findings of this study, tailored advise for running can be provided to mobile fitness application users to increase the persuasiveness of the application.

1.1. Previous Data Studies

A substantial body of literature addresses the situation of various physical activities by measuring the relationship between physical activity and contextual features (24), mainly including temporal, weather-based, topographical ones (25) and sometimes also including demographic ones (26). For instance, access to natural facilities and good road networks likely support physical activities (27, 28). Also, several studies found seasonal effects on the amount of physical activity, such as the association between colder and wetter seasons in Scotland with lower levels of leisure time physical activity (29).

However, most of those findings are based on research methods, such as interviews, questionnaires, and in-situ observations (30). As a consequence, studies have limited sample sizes, take into account only a limited amount of contextual variables, and often depend on the recall abilities of participants (31). Contrary, we now have the opportunity to collect large amounts of data about running behavior that was directly measured, due to the technological advances and the ubiquitous spreading of wearable devices and mobile phones (32, 33). This data was successfully used to examine the associations between physical activity behaviors in previous research. For instance, Jansen et al. (34) used a combination of a GPS sensor and accelerometer to determine the influence of the geographical environment on physical activity for different intensity levels, and Kim et al. (35) applied wearable devices to collect crowdsourced physiological data from pedestrians and analyze the features of walkable environment.

Furthermore, while smartphones deliver new opportunities to collect physical activity related data (36), several studies worked with mobile fitness application data to address the popularity of a physical activity in spatial and temporal contexts. Hirsch et al. (37) used data tracked by MapMyFitness to examine the patterns of different activities across geographic and temporal scales. In another study, Oksanen et al. (38) concentrated on geography-based heatmaps to understand popularity of locations for cycling, taking the diversity of cyclists into consideration. Focused on running activity, He et al. (39) used the Twitter data to understand preferred running times of Nike+ users, and clustered the users based on their different preferences. However, this study concentrated on temporal situations only. Later, Balaban and Tunçer (40) combined mobile application data from several resources to identify temporal and geographical situations for running and walking in Singapore, without taking the diverse preferences of individuals into consideration. In contrast to previous data studies in running activity, we considered a variety of features (covering weather-based, temporal, topographical and demographic situations) and investigated their association with running performance with respect to different types of users. As far as we can see, this is the first study done based on such substantially large datasets.

1.2. Our Research Objectives

In this article, we concentrate on modeling and investigating the relation between contextual situations and running behavior for different types of users. More precisely, we analyzed the correlation between situations when people start a run (X) and their performance in that run (Y), with respect to target users having different running behavior (Z). Details of X, Y, Z are indicated as follows:

• X: Situations: temporal, weather-related, topographical and demographical situations at the start point of a running activity;

• Y: Performance in one running activity: defined as the normalized distance of a run, with respect to an individual's ability;

• Z: Target users: individuals with different annual running patterns, including ones with less sustained behavior and ones with a sustained and regular behavior (denoted by less active and active runners).

In order to assess the three aspects in an integrated manner, we propose to use machine learning approaches. We first used a hierarchical agglomerative clustering algorithm to distinguish individuals with different annual running patterns. Then, we introduced weighted frequent item mining to extract the situations that are frequently associated with exceptional running distances (longer or shorter than an individual's average running distance). A mobile running dataset and two geographical datasets were used in this study, which contain 4 years of running history of over 10K users in the Netherlands. By combining and analyzing those datasets, we addressed and examined the following three research questions:

1. Which situational features are correlated with the running distance?

2. Do these features differ for people with different annual running patterns?

3. Under which situations do less active runners run longer or shorter than their average?

2. Methods

2.1. Data

In order to assess behavior of different types of runners in different situations, we need to categorize runners and measure the spatio-temporal context of a run. For this purpose, we introduce three datasets in this section. One large-scale dataset includes information of all participants' runs and was collected by a mobile exercise app. The two others datasets contain geographical data for enriching tracks with the spatial context of a situation. We present how these datasets were combined and processed to derive variables which describe the situation as well as the individual running behavior.

2.1.1. Data Acquisition and Description

Mobile fitness application data.

This dataset was collected and provided by our cooperator MYLAPS1 using a mobile fitness application. This fitness app is launched in smart phones with either Android or IOS systems. All users agreed that their data could be used for scientific purposes. The data collection starts when the user clicks the “start exercise” button of the app and then continuously tracks all the data involved in a run in the background, until it gets terminated by the user in a comparable manner. In this way, we tracked historical running data of Dutch participants, mainly aged between 18 and 65, while using the app for physical exercises in their leisure time from 2013-03-23 to 2017-03-15.

In total, our dataset contains around 440K runs performed by over 10K users. Each run is identified by a unique running ID and grouped by a unique user ID (i.e., an anonymous code). For each run, a set of data records is collected summarizing total distance and runtime, as well as marking the time-stamp and weather information at the start point for the run. Moreover, a GPS tracker embedded in the mobile device provides GPS locations, which can be used to extract various geographical context features that might influence the activity. An example of the running data record used in this paper is given in Table 1. To protect the privacy of our participants, a data usage agreement was signed between researchers and the data provider. According to the agreement, no personal identification data was ever presented in our study, and all data processing and analysis were conducted following data privacy guidelines.

TABLE 1
www.frontiersin.org

Table 1. An example of a data record in the mobile application dataset (due to data privacy guidelines, feature variables were randomly selected from different data records).

Geographical data.

In order to model the environmental context of a runner's start location, we made use of two geographical datasets covering the topography and the demographics of the neighborhood. We chose this because prior studies used topographical properties (27) (such as the surrounding landuse mix) as well as socio-demographics (26) (such as population density) as descriptors of context.

For topographic information we used landuse data from the Dutch Centraal Bureau voor de Statistiek (CBS), namely Bestand Bodemgebruik (BBG 2012)2. The data contains a collection of spatial regions labeled with various landuse classes which are assumed to apply homogeneously across these regions (an example of this map for Utrecht is shown in Figure 1). We reclassified the given CBS classes, then identified nine categories that are deemed relevant for the landscape context of physical activity (27, 28, 41), including parks, sports areas, recreations areas (like camping, animal/theme park, and playground), forests, water areas, agriculture areas, traffic areas, residential areas, and central business district. For instance, in Figure 1, locations in blue correspond to water, while red ones are traffic related areas.

FIGURE 1
www.frontiersin.org

Figure 1. The landuse data is used for assessing the spatial running context. Here a map for the city of Utrecht is shown as an example (Source: CBS 2012), where areas in different colors represent different kinds of landuse classes.

For the demographical data we used the CBS statistics (Kerncijfers) data source for statistical neighborhoods (Wijk- en Buurtkaart 2015)3 to capture the demographic environment of a neighborhood for running. Neighborhoods are statistical areas of highest resolution in the Netherlands, and Kerncijfers include statistics about their inhabitants and households. Thus, the demographic features include variables that describe why a neighborhood might be perceived as an attractive base for a certain activity (like running). In summary, we used the following 4 attributes: density of people (per km2), percentage of one person households (per km2), percentage of households without children (per km2) and percentage of inhabitants over 65 years (per km2).

2.1.2. Data Cleaning and Processing

We firstly filtered out raw running samples with missing or erroneous values (for instance, runs with a total distance <100 m were removed), which accounts for <5% of total runs. Then, following the workflow in Figure 2, we transformed the raw running data into three elements involved in the data analyses (X, Y, Z defined in section 1).

FIGURE 2
www.frontiersin.org

Figure 2. The workflow of data processing. The raw datasets are transformed into three elements X, Y, Z for data mining.

Feature extraction and binning.

In this study, 29 features that may correlate with the running activity (30) were extracted from the combined data. A list of extracted features and their corresponding type is presented in Table 2. In summary, four categories of features are considered: temporal ones that define the calendar time, weather-related ones that define weather conditions, topographical ones that define the physical properties of a location, and demographical ones that describe the inhabitants surrounding a location.

TABLE 2
www.frontiersin.org

Table 2. A list of extracted features with their situation type.

For our temporal features, calendar time was derived from the “timestamp at start-point,” while weather-based features were given directly in the collected mobile application data. With the GPS point of the start location of the running activity, we could infer its topographical and demographical properties by incorporating the data resources described in section 2.1.1. First of all, the topographical context of a start location was captured based on two different spatial properties:

1. Euclidean distances from the start location to the nearest region of a given landuse class, for each of the 9 classes. This captures the probability of a runner to interact with or access this landscape type, either in terms of visibility or in terms of using it as a support surface for running (distance = 0). This influences whether a certain landuse type is accessible or not.

2. Percentage of spatial coverage of a given landuse class within a 1 km2 rectangle around each start location, for each of the nine classes. This captures the spatial density and dominance of a landuse class in the running environment, which influences the perceived layout of the location.

For both properties, we first generated a regular grid of 100*100 m cells over the entire Netherlands that was used to enrich a given location in the runner data4. To capture the distance context we computed the linear spatial distance (in meter) from each grid cell to the nearest region for each of the selected landuse categories (see the example for “parks” in Figure 3). To determine the coverage context, we computed the number of grid cells that are covered by a landuse area of the respective type in a 10*10 cell rectangle window around each location. Since the number of cells in this rectangle is 100, this value corresponds to the percentage of coverage. Similarly, for the demographic context, we spatially queried the demographics dataset about the statistics of the neighborhood in which the start of running is located (using a point-in-polygon query) and added the corresponding attributes to the runner data.

FIGURE 3
www.frontiersin.org

Figure 3. An example of some park areas in Utrecht with computed distance rasters.

Lastly, in order to apply weighted frequent item mining (presented in section 2.2.2) to the features denoting continuous variables, we grouped their values into a series of intervals by data binning. In this study, the topographical and demographical bins were determined based on the prior distribution of the geography over the entire Netherlands. More precisely, we computed distances, coverages and demographic values for each raster cell in the Netherlands and then generated 10 quantiles [0%], [0, 10%], [10, 20%], … over the cell distribution to determine bin boundaries for the corresponding features. This helped us better interpret the values, telling us whether they occur seldomly or not. The value categories of all features used in our data analysis are listed as follows:

• time in a day: eight equal bins from hour 0:00 to hour 24:00.

• weekday in a week: seven categories from Monday to Sunday.

• month in a year: 12 categories from January to December.

• temperature (Celsius): five equal bins in [−10, 30] degree.

• weather type: nine categories, being sunny, half cloudy, cloudy, rainy, windy, thunderstorm, snow, hail, and mist.

• wind type: five categories, being windless, light wind, moderate wind, hard wind, and storm.

• humidity type: three categories, being low humidity, moderate humidity and high humidity.

• distance to the nearest nine categories of landuse: 0 m, (0–10% quantile] m, (10–20% quantile] m, …, (90–100% quantile] m.

• population density per km2: 0, [1, 13], [14, 25], [26, 55], [56, 152], [153, 2,132], [2,133, 7,623], [7,624, 13,114], [13,115, 18,605], [18,606, 28,370].

• percentage of nine categories of landuse coverage and 4 demographic densities: 0 percentage, (0–10% quantile] percentage, (10–20% quantile] percentage, …, (90–100% quantile] percentage.

So every run has a feature vector consisting of 29 categorical feature values. We call any combination of these feature values a situation (X) of the run.

Running distance normalization. In addition, we measured running performance (Y) based on the “total distance”5 in Table 1. To account for the differences in running capabilities between different users, the running distance was normalized with each user's personal statistics. To illustrate, imagine the following situation. Some user might run 5 km on average, whereas another runs on average 15 km. When both of these users run 10 km in one record, this performance is relatively good for the first user, but worse than average for the second one. The normalization of distance is given in Equation (1), resulting in a scale ranging [−1, 1]. By doing so, a distinction can be made between users' different behavior in each running activity.

yij=yij-average(y¯j)max(y¯j)-min(y¯j)    (1)

where yij is an original value of distance in one run i of user j and yij is its normalized value, given minj), averagej), and maxj) are the minimal, mean and maximal value of distances in all runs performed by user j. The normalized value now tells us whether a runner performed above or below his or her average running distance, as well as how close to his/her best and worst performances.

Annual running pattern extraction. In our study, runners (Z) were characterized based on the temporal running pattern to distinguish their sustainability in running activity. This was defined based on both short-term running adherence (running frequency in a week) and long-term running adherence (sequence of running weeks during a year). We extracted the temporal running pattern of all users into a matrix of running frequency in the following manner. We started by filtering users with <10 runs in 4 years, since they contributed limited runs in our dataset and might bring potential data bias into our analysis (for instance these people might give up using the app after few runs, as most of them only have records within the first 2 weeks). We then processed the running frequency per week for each runner, followed by analyzing his/her long term adherence over 52 weeks (one year interval). For each runner, a sliding window mechanism was applied to extract consecutive sequences of 52 weeks and to select the most active one (i.e., the window with the most runs). To this end, we formatted the historical running data of each user as a sequence of weekly-based running frequency. In this way, we built a data matrix with 5,346 distinct users and their running activities in 52 weeks (i.e., D ∈ ℝ5,346×52), where users and weeks are represented in rows and columns, respectively. This matrix covers around 270K running activities. We plotted a matrix with random 25 users in Figure 4.

FIGURE 4
www.frontiersin.org

Figure 4. A visualization of the annual running pattern of 25 random users, where the y-axis represents the user and the x-axis represents 52 consecutive weeks of a year. The blue scale shows the running frequency of a user in a week.

2.2. Data Analysis

In this section, we present how we applied machine learning to explore the proposed research questions. The workflow of our empirical data analysis is presented in Figure 5. We first clustered runners based on their annual activity patterns to distinguish between regularly active and less active runners (referring step 1 in Figure 5). Next, we investigated the correlation between situations and the normalized distance of runs using weighted frequent item mining (referring to step 2 in Figure 5). The methodology of clustering and weighted frequent item mining are described with more details in sections 2.2.1 and 2.2.2, respectively.

FIGURE 5
www.frontiersin.org

Figure 5. The workflow of our empirical data analysis.

2.2.1. User Clustering

In step 1 of Figure 5, we employed hierarchical agglomerative clustering to group users based on their annual running patterns extracted in section 2.1.2. This is a standard “bottom-up” method without prior setup for the number of clusters. The clustering algorithm starts with pairing users with similar annual running pattern, then gradually grouping them into bigger clusters. In this procedure, it reveals the overview of hierarchical structure for all users, which provides insight on the obtained clusters. Thus, our approach allows the adaptation of clustering threshold based on the domain knowledge. This is important in our case since a variety of similar annual running patterns could be captured in each user cluster. We developed our hierarchical clustering method as follows.

First of all, the similarity between each pair of data entities (i.e., the sequence of running frequency for each user) was measured using dynamic time warping (abbreviated as DTW). It identifies the “optimal warping path” between paired data. Instead of only comparing an individual value at a certain time index, DTW compares two paired data series by transforming their indices over the entire time period (42). This overcomes differences in timing. In our analysis, a python library6 was used to calculate the dynamic time warping distance.

Furthermore, we applied the Ward variance minimization algorithm to estimate the similarity of paired clusters and merged ones that are close by minimizing the variance within the newly formed cluster. More precisely, given two clusters Cx and Cy to be merged (where Cx is a new joint cluster with two sub-cluster Ci and Cj, and Cy is an unused cluster), the Ward's distance between Cx and Cy is presented by the following recursive equation:

d(Cx,Cy)=n(Ci)+n(Cy)n(Cx)+n(Cy)d(Ci,Cy)2+n(Cj)+n(Cy)n(Cx)+n(Cy)d(Cj,Cy)2+n(Cy)n(Cx)+n(Cy)d(Ci,Cj)2    (2)

where n(C) is the number of elements in a cluster and d(Ci, Cj) is the Ward's distance of cluster Ci and Cj. In this way, small clusters are growing into bigger ones and eventually form a dendrogram. This dendrogram indicates the hierarchical structure of all users, while user clusters can be obtained using an adjustable threshold measuring their diversity.

2.2.2. Weighted Frequent Item Mining

Next, we introduce the weighted frequent item mining approach (step 2 of Figure 5). Using this approach, we aim not only to study the relation between extracted features and running distance, but also to explore the complex interplay of various features (by capturing the combinations of various feature values that frequently associated with either longer or shorter running distance). Frequent item mining (abbreviated as FIM) is an important subfield in data mining, which is commonly used to discover interesting patterns from data based on their frequency. Weighted frequent item mining extends the traditional FIM problem by considering a weight-based constraint. By giving each data entity a weight, weighted FIM captures the importance, interest or profit of an individual data sample toward some goal (43). In our case, this common goal is the normalized running distance.

Let I = {i1, i2..., in} be a set of distinct items in a transaction dataset TD = {T1, T2, ..., Tm}, where the transaction Tm is a subset of items in I. Tm has a unique identifier called TIDm and a weight wm showing its importance in TD. In this analysis, while a transaction Tm is the feature vector of a running activity (including 29 feature values extracted in section 2.1.2), an item in represents a specific value (for instance Sunday) of an feature (for instance “weekday”). Moreover, the normalized distance variable of this run is used as weight wm, ranging over the set of real numbers from −1 to 1 (i.e., ℝ ∈ [−1, 1]). Thus, given a weighted transaction dataset (i.e., running data of users) and a minimum support threshold (notated as σ), we aim to find the complete set of frequent combinations of items (i.e., situations), which is defined as our weighted frequent item mining problem.

In our study, we solve this problem by extending a classical FIM algorithm, namely frequent pattern growth algorithm (44) (known as FP-Growth). The algorithm particularly performs efficiently on large-scale datasets like ours. Using our running activity data as an example, we illustrate the process of weighted FP-Growth algorithm in Figure 6. In such pipelines, we adjusted both the item head table and FP-tree by our defined weighted supports. The weighted support of an item in in TD equals the summarized weight of all transactions in TD containing this item, defined as w(in) = ∑wi, for ∀Ti ∈ TD, where inTi. Similarly, the weighted support of itemset X equals the summarized weight of all transactions in TD containing itemset X, defined as w(X) = ∑wi, for ∀TiTD, where XTi. For either item in or itemset X, if the absolute value of its weighted support is lower than the threshold, it is pruned from the frequent itemsets (like red node D,F in the FP-tree of Figure 6).

FIGURE 6
www.frontiersin.org

Figure 6. An illustration of the weighted FP-Growth algorithm pipelines, based on an example of our running activity data. Given weighted data TD and threshold σ, the weighted support of all items is firstly calculated and listed in a table. A prefix tree is then generated for efficiently acquiring frequent itemsets whose absolute value of support is above the threshold. More details about how to generate, prune and traverse the prefix tree can be found in Han et al. (44).

In this manner, we addressed the relations between situations and running performance using the weighted support of frequent itemsets (i.e., situations). Thus, the weighted support of a situation is a summary of the running distance of all runs performed under this situation. Moreover, while only itemsets whose absolute value of weighted support is above the given threshold are selected, it helps us to capture the most frequent and interesting situations. For instance, in the example of Figure 6, the frequent itemset (Morning, March, Sunday) has a relatively high weighted support, indicating this situation often happened at the start-point of better performed runs. On the opposite, (Night, Sunday) is more frequently associated with relatively shorter running distance.

3. Results

In this section, the results of data analysis are presented following the workflow shown in Figure 5. We start with the clusters of runners based on their different annual activity patterns. Then we discuss the relationship between different features and the running distance for less active runners and active runners. Finally we concentrate on the less active runners and present their different behaviors under various situations.

3.1. Clustering Runners by Annual Running Pattern

Firstly, groups of runners were captured by the hierarchical clustering algorithm in step 1 of Figure 5. The overall structure of 5,346 users was derived as the dendrogram in Figure 7. According to the figure, two runner clusters C1 and C2 can be determined based on the diversity of users' annual running patterns (using a threshold at 250).

FIGURE 7
www.frontiersin.org

Figure 7. The dendrogram of hierarchical clustering of runners, where each unit on the x-axis represents one user and their diversity in activity is measured by the y-axis.

To evaluate our findings, we visualized the characteristics of the clusters by randomly selecting 25 users from each cluster in Figure 8. According to the visual analysis, we can clearly discriminate between runners based on their running adherence in both short-term (weekly) and long-term (yearly). These patterns can be summarized as follows:

C1: 4,257 users on average perform about 34 runs annually, either loosely throughout a year or spreading in a partial period of the year.

C2: 1,087 users on average performing about 94 runs consistently over a year.

FIGURE 8
www.frontiersin.org

Figure 8. Temporal patterns of 25 random users in each cluster, where the y-axis represents the user and the x-axis represents the week of a year. The blue scale implies the running frequency of a user in a week.

In the following sections we make use of these two clusters to answer our three research questions.

3.2. Relating Features to Running Distance

Applying the weighted frequent item mining in the running data of C1 and C2 user group, respectively, we investigated the contribution of the various features to the running distance (referring to the results acquired by step 2 in Figure 5). We considered all 29 features presented in Table 2 and examined their individual associations with the normalized running distance. The strength of such relation is measured by the variability of weighted support over all possible values that occur in a feature. For instance, while Sunday is a specific value of the feature “weekday,” the weighted support of Sunday is a sum of normalized distances from all runs performed on Sundays. Thus, the relation between feature “weekday” and running performance is captured by the variance of weighted support over different weekdays. A larger variance indicates that the different values of this feature (in this case weekdays) tend to cause more differences in terms of running distance.

In Figure 9, we present the standard deviation computed from the list of weighted support over all values for each feature. Considering both groups of runners, some features have a larger standard deviation than the others, such as “hour in a day,” “day in a week,” “temperature,” “distance to residential areas,” and “population density.” Hence, it suggests that these temporal and environmental variables influence the running distance of people to a larger extent.

FIGURE 9
www.frontiersin.org

Figure 9. The comparison between C1 and C2 user group for all 29 features. The abbreviated names of features at x-axis are explained in Table 3, where y-axis represents the standard deviation computed from a list of weighted supports corresponding to all values of each feature.

3.3. Differences Between the Two Clusters of Runners

In Figure 9, we also show how the relation between chosen features and defined running distance differs for different runners. We noticed the standard deviations of almost all features in C1 are larger than those in C2 (except for “wind type”). This observation indicates that our chosen features generally have a greater influence on runners in C1 than the ones in C2. In other words, whereas the performance of less active runners appears to be more sensitive to these features, regularly active runners seem to ignore many of them. This is especially true for certain features related to weather and location, including “temperature,” “weather,” “distance to the nearest park,” “coverage of recreation/water,” and “percentage of residents living alone.”

3.4. Relating Situations to Less Active Runners' Running Distance

To get more insight into the variances of different features, we analyzed the distribution of relative running distance over different feature values (i.e., situations). In this section, we focus on the less active runners because their variance is larger and analysis results can potentially be used to obtain a more active running behavior for such runners. Using the results from the weighted frequent item mining approach, we first present the distributions for single features, then illustrate combinations of values from multiple features. In this way, we answered the research question: under which situations do less active runners run longer or shorter than their average.

3.4.1. Situations From Single Features

We first studied the distribution of normalized running distance over all possible values of the features in Figure 9. The distributions of six representative features are plotted in Figure 10, including “hour in a day,” “day in a week,” “temperature,” “distance to nearest residential landuse,” “distance to nearest park,” and “population density.” These features were selected because they have the highest variances in each feature category (referring to Figure 9). To get more insights of the feature values, we also computed how many runs are performed under each feature value in the analysis (known as running frequency and shown in color blue in Figure 10).

FIGURE 10
www.frontiersin.org

Figure 10. The histogram of weighted support (in red) and frequency (in blue) of all values for six features. Here, the frequency value indicates how often runs are performed under a certain situation (i.e., a feature value), while the weighted support value implies how often the situation can be associated with either a longer or shorter running distance than average (correspond to a positive and negative value, respectively).

In Figure 10, we can see that certain situations show significant associations with running frequency and running distance of less active runners. For instance, mornings (9:00–12:00), Sundays and moderate temperatures (between 6 and 14°C) attract less active people to run often and far. Considering the physical environment, less active runners often start nearby parks (about 350 m), and they tend to perform above average when they do so. Another very obvious pattern is that those people most frequently start their run and perform above average within or next to residential areas (see Figure 10). The population density plays an important role in demographical features. People generally perform best in neighborhoods with moderate population density (around 150 people per km2), and tend to run less far if the neighborhood gets less or more densely populated.

Furthermore, we observed an inconsistency between frequency and performance of less active runners. The popular situations with a high frequency of running are not always associated with better performance (a longer running distance than individual's average). For instance, for the feature “hour in a day,” runners show the best performance around 9:00–12:00, and the worst one around 18:00–21:00, although people do run frequently in both time periods. We also found that runners appear to run frequently and rather far on the weekend days, in particular Sundays. In contrast, people tend to under-perform on weekdays, even on Wednesdays, which is the second frequently chosen weekday.

3.4.2. Situations From Multiple Features

Next, we analyzed the distribution of normalized running distance for situations with a combination of values from multiple features. To avoid the large amount of possible combinations among feature values, we separately looked at situations in four categories (i.e., combining values of features in each kind of category only). We then picked and presented several situations in each category in Table 3, which have the highest or lowest weighted support and cover a large number of features. In a nutshell, under situations on the left column of Table 3 (e.g., 9:00–12:00 on Sunday of February), less active runners tend to run a longer distance than their average. On the contrary, situations on the right column are often associated with running distance below the average.

TABLE 3
www.frontiersin.org

Table 3. Situations in four categories with a large absolute value of the weighted support.

Furthermore, to better interpret the extracted topographical and demographical situations, we visualized their corresponding areas on the maps and illustrated three of them in Figure 11. We realized that the locations found within topographical and demographical situations are largely corresponding to each other (purple and orange areas in Figure 11B show overlaps).

FIGURE 11
www.frontiersin.org

Figure 11. Maps for the city of Utrecht illustrating frequent topographical and demographical situations in Table 3. In (A), the areas of purple correspond to a topographical situation (0 m from residential area, 0–361 m from parks), which is often associated with a longer running distance. In (B), the areas in purple and orange correspond to a topographical situation (0 m from agriculture, 0% cov. of recreation, 0% cov. of residential) and a demographical situation (population density in [26–55]) with a shorter running distance.

From topographical situations, we discovered that they are largely dominated by the distance to or coverage of residential and business areas (which might be related to their homes and offices), especially when such places are located close to parks. For instance, less active runners often perform above average, when they start in or nearby residential areas that are close to parks (e.g., purple areas in Figure 11A). These findings are consistent with the important role of parks in forming an attractive environment for runners (45). On the contrary, when less active people start running where certain types of green spaces (like forest, recreation, agriculture) are sparse, they tend to under-perform (e.g., purple areas in Figure 11B). From demographical situations, we observed that the combinations of demographic features are less clearly associated with a running behavior pattern. We therefore think that the demographic results should be interpreted with care and might not tell us more than what is already captured by topography.

4. Conclusion, Discussion, and Future Work

In this article, we presented an integrated data-driven methodology to understand the complex relationship between situations (X), running performance (Y), and individual characteristics of runners (Z). We examined this triadic relation by combining large-scale mobile application data and geographical data. This study demonstrates that the cross-linking of various data streams can deliver new insights about human behaviors in public health.

First, to answer research question 1, we found that several temporal and environmental features (i.e., “hour in a day,” “day in a week,” “temperature,” “distance to residential areas,” and “population density”) influence the running distance of people to a larger extent. Moreover, following the results in section 3.4, we answered the research question 3 by discovering certain situations that show significant associations with running frequency and distance of less active runners. For instance, a Sunday morning with moderate temperature attracts less active people to run often and far. Our findings show that the presented method is able to discover specific situations in which particular kinds of runners frequently run above or below their average distance. In contrast to previous work, we assessed a large variety of contextual situations (covering temporal, weather-related, topographical and demographical categories). Moreover, we did not only explore the influence of individual features (e.g., parks), but also took the interplay between features into account. For instance, previous studies demonstrated the importance of parks for forming an attractive running environment (37, 45). We observed that it is the combination between parks and certain locations (e.g., the parks located close to residential areas in Figure 11A) that plays a positive role on running distance. In contrast, the residential areas far away from the parks and parks far away from residential areas do not show this effect. A previous qualitative study has indicated that the nuanced interplay among contextual factors can play an important role for planning physical activities (25). Our empirical findings can help shed light on such complex effects.

Furthermore, to answer the research question 2, our results in section 3.3 indicate that the running distance of less active runners is more sensitive to selected situations (including weather, time, topographical, and demographical variables) compared to active runners. To illustrate, poor weather likely results in shorter runs for less active runners, while the running distance of active runners is less likely to be affected. This finding from the not self-reported data provided a significant empirical evidence for the complex relation between situational barriers and different human behaviors (20). Our findings are also in line with earlier research that demonstrated (perceived) situational barriers have more impact on the physical activity behavior of the individual when a habit is not established (22, 46, 47). Hence, it is important to consider situations of the individual carefully when developing future interventions to support less active runners. For instance, our results provide concrete measures of both running sustainability and environmental situations for developing an intelligent mobile system to promote physical activity. Until now, few developed mobile systems have acknowledged the importance of situations and assessed “opportunistic” situations to potentially support a certain physical activity behavior (48). Those researches defined the opportunity of situations from a theoretical perspective, without incorporating any empirical evidence. We therefore believe that the knowledge we gained in this paper adds important value to such mobile intervention systems.

Meanwhile, there are still several limitations to our analysis. First of all, a general methodological challenge concerns the fact that in this paper we extracted situations based on measured performances. Hence, we only took situations into account that were in the dataset, i.e., chosen by individuals in our sample. This means, on the one hand, that we could not make use of empirical data about situations in which people do not run (negative data). Hence, our current dataset does not allow predicting whether people start a run. This is why we concentrate in this paper on the individual's running performance. On the other hand, there might be infrequent or absent situations that are fit for running but were not chosen by the individual. Every empirical dataset that is based on behavior has to deal with this selection bias. For this reason, it may be the case that our method overlooks important running opportunities just because most people choose not to run in such situations, even though this would be beneficial. For example, the fact that not many people run within sport areas does not yet mean that such facilities do not provide excellent opportunities for running. One way to overcome this problem is to assess running opportunities based on simulations (49). For example, agent-based models (50) or optimization based simulations of runs could consider detailed geographic and temporal information without choice bias to assess the feasibility of running. Also, more detailed track information and corresponding contextual features rather than only the starting points used here could be taken into account. For example, intermediate tracking points and different aggregated running phases. In addition, although our objective was to study participants from the Netherlands, we are aware that the running behavior may vary according to cultural factors. Thus, a comparison study across different countries would be interesting in future work for verifying the findings.

Moreover, although we interpreted our findings using background knowledge and geographic maps, we are aware that indirect effects and self-selection make the interpretation challenging. The actual causal relationship between situations and user behaviors should be further examined. For example, qualitative research (such as interviews) is a promising way to complement our current method to further understand a user's choices interactively. Such studies can not only contextualize our results, but also help distinguishing causal and non-causal relations. While we only studied correlation in this work, another option is studying causal relations using other techniques, like machine learning [e.g., using causal mining to model human behaviors (51)] and statistical [e.g., structural equation modeling to handle indirect effects (52)] methods. In future work, we aim to identify situation-based rules that could be used in mobile intervention systems from our findings.

Data Availability Statement

The mobile running dataset analyzed in this study is not publicly available, because it was collected by a commercial partner with privacy confidentiality agreements. Requests to access the dataset should be directed to MYLAPS (http://www.mylaps.com/). The geographical data about Dutch landuse and demographics are included in the article. Please refer the links of Dutch Centraal Bureau voor de Statistiek given in section 2.1.1.

Author Contributions

SW and JT cleaned and processed the mobile running dataset, while SS collected and processed the geographical datasets. SW combined the different datasets and performed the data mining studies. SS generated the geographical maps. KS and MD provided the domain knowledge on sports and public health. BK supervised the project and provided the funding resource. SW, SS, and KS discussed the results and drafted the manuscript. All authors contributed to the manuscript revision, read, and approved the submitted version.

Funding

This work was funded by Playful Data-driven Active Urban Living project under NWO and SIA grant 629.004.013.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

The authors especially thank the cooperator MYLAPS for providing the mobile application dataset. We also appreciate the precious comments from our colleagues Zeynep Akata, Chongxuan Li, and Ji Qi.

Footnotes

1. ^https://www.mylaps.com/

2. ^https://www.cbs.nl/nl-nl/dossier/nederland-regionaal/geografische-data/natuur-en-milieu/bestand-bodemgebruik

3. ^https://www.cbs.nl/nl-nl/dossier/nederland-regionaal/wijk-en-buurtstatistieken

4. ^In Geodesy (Amersfoort/RD New projection): http://spatialreference.org/ref/epsg/amersfoort-rd-new/.

5. ^Note that measuring performance in terms of relative running distance captures only one aspect of running performance, though. Other performance measures (such as speed and running intensity) could also be taken into account.

6. ^https://github.com/wannesm/dtaidistance

References

1. Warburton DE, Nicol CW, Bredin SS. Health benefits of physical activity: the evidence. Can Med Assoc J. (2006) 174:801–9. doi: 10.1503/cmaj.051351

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Rowe GC, Safdar A, Arany Z. Running forward: new frontiers in endurance exercise biology. Circulation. (2014) 129:798–810. doi: 10.1161/CIRCULATIONAHA.113.001590

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Rianne W, Frank B, Lars B, Mai C, Maria H, Annemarie K, et al. Dutch Physical Activity Guideline (Beweegrichtlijnen) (2018). Available online at: https://www.kenniscentrumsport.nl/publicatie/?the-2017-dutch-physical-activity-guidelines&kb_id=23874 (accessed November 18, 2020).

4. Hugo vdP, Resie H, Ine P, Annet TR. Dutch Report of Sport (Rapportage Sport) (2018). Available online at: https://www.scp.nl/publicaties/monitors/2018/12/12/rapportage-sport-2018 (accessed November 18, 2020)

5. Kohl HW III, Craig CL, Lambert EV, Inoue S, Alkandari JR, Leetongin G, et al. The pandemic of physical inactivity: global action for public health. Lancet. (2012) 380:294–305. doi: 10.1016/S0140-6736(12)60898-8

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Reis RS, Salvo D, Ogilvie D, Lambert EV, Goenka S, Brownson RC, et al. Scaling up physical activity interventions worldwide: stepping up to larger and smarter approaches to get people moving. Lancet. (2016) 388:1337–48. doi: 10.1016/S0140-6736(16)30728-0

PubMed Abstract | CrossRef Full Text | Google Scholar

7. West JH, Hall PC, Hanson CL, Barnes MD, Giraud-Carrier C, Barrett J. There's an app for that: content analysis of paid health and fitness apps. J Med Internet Res. (2012) 14:e72. doi: 10.2196/jmir.1977

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Rabbi M, Aung MH, Zhang M, Choudhury T. MyBehavior: automatic personalized health feedback from user behaviors and preferences using smartphones. In: Proceedings of the 2015 ACM International Joint Conference on Pervasive and Ubiquitous Computing. Osaka: ACM (2015). p. 707–18. doi: 10.1145/2750858.2805840

CrossRef Full Text | Google Scholar

9. Yom-Tov E, Feraru G, Kozdoba M, Mannor S, Tennenholtz M, Hochberg I. Encouraging physical activity in patients with diabetes: intervention using a reinforcement learning system. J Med Internet Res. (2017) 19:e338. doi: 10.2196/jmir.7994

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Mollee JS, Middelweerd A, Velde SJt, Klein MC. Evaluation of a personalized coaching system for physical activity: User appreciation and adherence. In: Proceedings of the 11th EAI International Conference on Pervasive Computing Technologies for Healthcare. Barcelona: ACM (2017). p. 315–24. doi: 10.1145/3154862.3154933

CrossRef Full Text | Google Scholar

11. Dey AK. Understanding and using context. Pers Ubiquit Comput. (2001) 5:4–7. doi: 10.1007/s007790170019

CrossRef Full Text | Google Scholar

12. Villegas NM, Sánchez C, Díaz-Cely J, Tamura G. Characterizing context-aware recommender systems: a systematic literature review. Knowl Based Syst. (2018) 140:173–200. doi: 10.1016/j.knosys.2017.11.003

CrossRef Full Text | Google Scholar

13. Rashidi P, Chen L, Cheung WK. International workshop on situation, activity and goal awareness (SAGAware 2012). In: Proceedings of the 2012 ACM Conference on Ubiquitous Computing. New York, NY: ACM (2012). p. 1012–5. doi: 10.1145/2370216.2370435

CrossRef Full Text | Google Scholar

14. Fogg BJ. Persuasive technology: using computers to change what we think and do. Ubiquity. (2002) 2002:5. doi: 10.1145/764008.763957

CrossRef Full Text | Google Scholar

15. Oliver M. The problem with affordance. E-Learn Digit Media. (2005) 2:402–13. doi: 10.2304/elea.2005.2.4.402

CrossRef Full Text | Google Scholar

16. Owen N, Leslie E, Salmon J, Fotheringham MJ. Environmental determinants of physical activity and sedentary behavior. Exerc Sport Sci Rev. (2000) 28:153–8.

PubMed Abstract | Google Scholar

17. Sallis JF, Johnson MF, Calfas KJ, Caparosa S, Nichols JF. Assessing perceived physical environmental variables that may influence physical activity. Res Q Exerc Sport. (1997) 68:345–51. doi: 10.1080/02701367.1997.10608015

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Bandura A. Self-efficacy mechanism in human agency. Am Psychol. (1982) 37:122–47. doi: 10.1037/0003-066X.37.2.122

CrossRef Full Text | Google Scholar

19. Kaczynski AT, Henderson KA. Environmental correlates of physical activity: a review of evidence about parks and recreation. Leisure Sci. (2007) 29:315–54. doi: 10.1080/01490400701394865

CrossRef Full Text | Google Scholar

20. Dishman RK. Increasing and maintaining exercise and physical activity. Behav Ther. (1991) 22:345–78. doi: 10.1016/S0005-7894(05)80371-5

CrossRef Full Text | Google Scholar

21. Myers RS, Roth DL. Perceived benefits of and barriers to exercise and stage of exercise adoption in young adults. Health Psychol. (1997) 16:277. doi: 10.1037/0278-6133.16.3.277

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Marcus BH, Selby VC, Niaura RS, Rossi JS. Self-efficacy and the stages of exercise behavior change. Res Q Exerc Sport. (1992) 63:60–6. doi: 10.1080/02701367.1992.10607557

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Plotnikoff RC, Blanchard C, Hotz SB, Rhodes R. Validation of the decisional balance scales in the exercise domain from the transtheoretical model: a longitudinal test. Meas Phys Educ Exerc Sci. (2001) 5:191–206. doi: 10.1207/S15327841MPEE0504_01

CrossRef Full Text | Google Scholar

24. Van Holle V, Deforche B, Van Cauwenberg J, Goubert L, Maes L, Van de Weghe N, et al. Relationship between the physical environment and different domains of physical activity in European adults: a systematic review. BMC Public Health. (2012) 12:807. doi: 10.1186/1471-2458-12-807

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Paruthi G, Raj S, Colabianchi N, Klasnja P, Newman MW. Finding the sweet spot(s): understanding context to support physical activity plans. In: Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies (2018). p. 2. doi: 10.1145/3191761

CrossRef Full Text | Google Scholar

26. McCormack GR, Shiell A. In search of causality: a systematic review of the relationship between the built environment and physical activity among adults. Int J Behav Nutr Phys Act. (2011) 8:125. doi: 10.1186/1479-5868-8-125

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Jansen M, Kamphuis CB, Pierik FH, Ettema DF, Dijst MJ. Neighborhood-based PA and its environmental correlates: a GIS-and GPS based cross-sectional study in the Netherlands. BMC Public Health. (2018) 18:233. doi: 10.1186/s12889-018-5086-5

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Pikora T, Giles-Corti B, Bull F, Jamrozik K, Donovan R. Developing a framework for assessment of the environmental determinants of walking and cycling. Soc Sci Med. (2003) 56:1693–703. doi: 10.1016/S0277-9536(02)00163-6

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Uitenbroek DG. Seasonal variation in leisure time physical activity. Med Sci Sports Exerc. (1993) 25:755–60.

PubMed Abstract | Google Scholar

30. Humpel N, Owen N, Leslie E. Environmental factors associated with adults' participation in physical activity: a review. Am J Prev Med. (2002) 22:188–99. doi: 10.1016/S0749-3797(01)00426-3

PubMed Abstract | CrossRef Full Text | Google Scholar

31. McCormack G, Giles-Corti B, Lange A, Smith T, Martin K, Pikora T. An update of recent evidence of the relationship between objective and self-report measures of the physical environment and physical activity behaviours. J Sci Med Sport. (2004) 7:81–92. doi: 10.1016/S1440-2440(04)80282-2

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Lane ND, Miluzzo E, Lu H, Peebles D, Choudhury T, Campbell AT. A survey of mobile phone sensing. IEEE Commun Mag. (2010) 48:140–50. doi: 10.1109/MCOM.2010.5560598

CrossRef Full Text | Google Scholar

33. Harari GM, Lane ND, Wang R, Crosier BS, Campbell AT, Gosling SD. Using smartphones to collect behavioral data in psychological science: opportunities, practical considerations, and challenges. Perspect Psychol Sci. (2016) 11:838–54. doi: 10.1177/1745691616650285

PubMed Abstract | CrossRef Full Text | Google Scholar

34. Jansen F, Ettema D, Kamphuis C, Pierik FH, Dijst M. How do type and size of natural environments relate to physical activity behavior? Health Place. (2017) 46:73–81. doi: 10.1016/j.healthplace.2017.05.005

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Kim J, Ahn CR, Nam Y. The influence of built environment features on crowdsourced physiological responses of pedestrians in neighborhoods. Comput Environ Urban Syst. (2019) 75:161–9. doi: 10.1016/j.compenvurbsys.2019.02.003

CrossRef Full Text | Google Scholar

36. Althoff T, Hicks JL, King AC, Delp SL, Leskovec J, et al. Large-scale physical activity data reveal worldwide activity inequality. Nature. (2017) 547:336–9. doi: 10.1038/nature23018

PubMed Abstract | CrossRef Full Text | Google Scholar

37. Hirsch JA, James P, Robinson JR, Eastman KM, Conley KD, Evenson KR, et al. Using MapMyFitness to place physical activity into neighborhood context. Front Public Health. (2014) 2:19. doi: 10.3389/fpubh.2014.00019

PubMed Abstract | CrossRef Full Text | Google Scholar

38. Oksanen J, Bergman C, Sainio J, Westerholm J. Methods for deriving and calibrating privacy-preserving heat maps from mobile sports tracking application data. J Transport Geogr. (2015) 48:135–44. doi: 10.1016/j.jtrangeo.2015.09.001

CrossRef Full Text | Google Scholar

39. He Q, Agu E, Strong D, Tulu B, Pedersen P. Characterizing the performance and behaviors of runners using twitter. In: 2013 IEEE International Conference on Healthcare Informatics (ICHI). Washington, DC: IEEE (2013). p. 406–14. doi: 10.1109/ICHI.2013.56

CrossRef Full Text | Google Scholar

40. Balaban Ö, Tunçer B. Visualizing and Analysing Urban Leisure Runs by Using Sports Tracking Data. Rome: City Modelling Tools (2017).

Google Scholar

41. Bodin M, Hartig T. Does the outdoor environment matter for psychological restoration gained through running? Psychol Sport Exerc. (2003) 4:141–53. doi: 10.1016/S1469-0292(01)00038-3

CrossRef Full Text | Google Scholar

42. Berndt DJ, Clifford J. Using dynamic time warping to find patterns in time series. In: KDD Workshop. Vol. 10. Seattle, WA (1994). p. 359–70.

Google Scholar

43. Lin JCW, Gan W, Fournier-Viger P, Hong TP. RWFIM: recent weighted-frequent itemsets mining. Eng Appl Artif Intell. (2015) 45:18–32. doi: 10.1016/j.engappai.2015.06.009

CrossRef Full Text | Google Scholar

44. Han J, Pei J, Yin Y. Mining frequent patterns without candidate generation. In: ACM Sigmod Record. Vol. 29. ACM (2000). p. 1–12. doi: 10.1145/335191.335372

CrossRef Full Text | Google Scholar

45. Tinsley HE, Tinsley DJ, Croskeys CE. Park usage, social milieu, and psychosocial benefits of park use reported by older urban park users from four ethnic groups. Leisure Sci. (2002) 24:199–218. doi: 10.1080/01490400252900158

CrossRef Full Text | Google Scholar

46. Prochaska JO. Strong and weak principles for progressing from precontemplation to action on the basis of twelve problem behaviors. Health Psychol. (1994) 13:47. doi: 10.1037/0278-6133.13.1.47

PubMed Abstract | CrossRef Full Text | Google Scholar

47. Marshall SJ, Biddle SJ. The transtheoretical model of behavior change: a meta-analysis of applications to physical activity and exercise. Ann Behav Med. (2001) 23:229–46. doi: 10.1207/S15324796ABM2304_2

PubMed Abstract | CrossRef Full Text | Google Scholar

48. Ding X, Xu J, Wang H, Chen G, Thind H, Zhang Y. WalkMore: promoting walking with just-in-time context-aware prompts. In: Wireless Health, Maryland (2016). p. 65–72. doi: 10.1109/WH.2016.7764558

CrossRef Full Text | Google Scholar

49. Scheider S, Janowicz K. Place reference systems. Appl Ontol. (2014) 9:97–127. doi: 10.3233/AO-140134

CrossRef Full Text | Google Scholar

50. Zhu W, Nedovic-Budic Z, Olshansky RB, Marti J, Gao Y, Park Y, et al. Agent-based modeling of physical activity behavior and environmental correlations: an introduction and illustration. J Phys Act Health. (2013) 10:309–22. doi: 10.1123/jpah.10.3.309

PubMed Abstract | CrossRef Full Text | Google Scholar

51. Banovic N, Buzali T, Chevalier F, Mankoff J, Dey AK. Modeling and understanding human routine behavior. In: Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems. San Jose, CA: ACM (2016). p. 248–60. doi: 10.1145/2858036.2858557

CrossRef Full Text | Google Scholar

52. Cao X, Mokhtarian PL, Handy SL. Examining the impacts of residential self-selection on travel behaviour: a focus on empirical findings. Transport Rev. (2009) 29:359–95. doi: 10.1080/01441640802539195

CrossRef Full Text | Google Scholar

Keywords: mobile data mining, physical activity, running, machine learning, big data, environmental situations

Citation: Wang S, Scheider S, Sporrel K, Deutekom M, Timmer J and Kröse B (2021) What Are Good Situations for Running? A Machine Learning Study Using Mobile and Geographical Data. Front. Public Health 8:536370. doi: 10.3389/fpubh.2020.536370

Received: 19 February 2020; Accepted: 03 December 2020;
Published: 11 January 2021.

Edited by:

Patty Kostkova, University College London, United Kingdom

Reviewed by:

Steven Demets, Quant ICT, Belgium
Beat Knechtle, University Hospital Zurich, Switzerland
Sylvia Hach, Unitec Institute of Technology, New Zealand

Copyright © 2021 Wang, Scheider, Sporrel, Deutekom, Timmer and Kröse. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Shihan Wang, s.wang2@uu.nl

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.