<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Toward Finding Latent Cities with Non-Negative Matrix Factorization</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Eduardo Graells-Garrido</string-name>
          <email>egraells@udd.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Diego Caro</string-name>
          <email>dcaro@udd.cl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Denis Parra</string-name>
          <email>dparra@ing.puc.cl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Science Institute, Universidad del Desarrollo, Telefonica R&amp;D</institution>
          ,
          <addr-line>Santiago</addr-line>
          ,
          <country country="CL">Chile</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dept. of Computer Science, Faculty of Engineering, Pontificia Universidad Catolica</institution>
          ,
          <addr-line>Santiago</addr-line>
          ,
          <country country="CL">Chile</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the last decade, digital footprints have been used to cluster population activity into functional areas of cities. However, a key aspect has been overlooked: we experience our cities not only by performing activities at specific destinations, but also by moving from one place to another. In this paper, we propose to analyze and cluster the city based on how people move through it. Particularly, we introduce Mobilicities, automatically generated travel patterns inferred from mobile phone network data using NMF, a matrix factorization model. We evaluate our method in a large city and we find that mobilicities reveal latent but at the same time interpretable mobility structures of the city. Our results provide evidence on how clustering and visualization of aggregated phone logs could be used in planning systems to interactively analyze city structure and population activity.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>INTRODUCTION
The increasing availability of digital footprints, such as
Web/App access logs, user-generated content, and mobile
phone network data, has allowed to characterize the city at
spatio-temporal granularities never seen before. This means
that the di erent functional areas of the city can be estimated,
based not only on how planners thought that the city would
be lived, but on how people actually used the di erent spaces
©2018. Copyright for the individual papers remains with the authors.
Copying permitted for private and academic purposes.</p>
      <p>
        UISTDA ’18, March 11, 2018, Tokyo, Japan
available to them [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. However, this is not enough to
understand the city. As Charles Montgomery says in his book,
Happy City: “When we talk about cities, we usually end up
talking about how various places look and perhaps how it
feels to be there in those places. But to stop there misses half
the story, because they way we experience most parts of cities
is at velocity: we glide past on the way to somewhere else.
City life is as much about moving through landscapes as it is
about being in them” [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ].
      </p>
      <p>
        Since people may spend a considerable amount of time while
moving through the city, and the quality of that time has a
strong influence on mood, health, and productivity [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ], it is
important to understand city structure with respect to mobility.
Given that the growth of cities is faster than the capability of
traditional methods to understand the city, it is important to
have cost-e ective ways to analyze the city at scale [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ].
In this paper, inspired by Montogomery’s ideas, we estimated
a characterization of the city defined by the collective
experience of its several areas. Particularly, we analyzed intra-city
transportation inferred from mobile phone network records,
which we represented in a Waypoints Matrix. This matrix,
similar to document-term matrices used in Information Retrieval,
was decomposed using Non-Negative Matrix Factorization
(NMF) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. We interpreted and labeled the obtained
components, which we denoted Mobilicities. We evaluated our
pipeline by performing a case study in Santiago, Chile, using
mobile phone network data from the biggest
telecommunications company in the country. Our pipeline delivered
interpretable results, in contrast with a well-established method.
We concluded that mobilicities can be used within an
intelligent user interface aimed at mobility and
transportationanalysis tasks.
      </p>
      <p>
        BACKGROUND AND RELATED WORK
There has been a flurry of research of mobile phone network
data known as eXtended and Call Detail Records (X/CDR), as
evidenced in recent surveys on the area [
        <xref ref-type="bibr" rid="ref4 ref8">4, 8</xref>
        ]. Some examples
include: understanding socio-economic factors on the
population [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ], understanding family and social relations [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ],
characterizing response to emergencies and critical events [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ],
crime detection [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], credit scoring [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ], test of urban
theories [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]; and the provision of a cost-e ective way of
understanding population dynamics and behavior in developing
countries [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>
        The mobile phone network events of a given device depict
a spatio-temporal trajectory that can be processed to infer
trips, by using geometric approaches based on transportation
rules [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], or by clustering events in the trajectory [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. When
individual trips are known, it is possible to aggregate them into
Origin-Destination (OD) matrices. This analysis is common
in the literature from X/CDR [
        <xref ref-type="bibr" rid="ref16 ref2 ref23 ref7">2, 23, 16, 7</xref>
        ], and shows that
inferring individual mobility is a relevant problem.
Other important aspects are the characterization of land use
(e.g., residential areas, business areas, etc.) and functional
areas (i.e., delimited areas that serve specific or multiple land
uses). Since it is crucial to understand the dynamics of these
aspects, functional areas have been measured, monitored and
categorized using digital footprints [
        <xref ref-type="bibr" rid="ref43 ref45">45, 43</xref>
        ] and X/CDR [
        <xref ref-type="bibr" rid="ref1 ref18 ref26 ref34 ref42">34,
26, 42, 1, 18</xref>
        ]. A similar work to ours has applied NMF to
understand trip purpose, and build functional areas based on
the spatial distribution of such purposes [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ].
      </p>
      <p>
        The key di erence between the aforementioned work and our
proposal is the focus. Other work focuses on the destinations
of trips, as well as activities performed within places. As
such, their definition of functional area is limited by those
places that, in transportation terms, attract people [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]; yet, as
mentioned by urbanists, the city is experienced in sequence by
moving from one place to another [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. Each citizen has an
unique version of the city, built upon the sequence of nodes,
landmarks, and paths traversed [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. In this paper we show
that, by using mobility inferred from X/CDR, and using NMF
to decompose/cluster the di erent cities experienced by mobile
phone users, we are able to identify the di erent Mobilicities
that comprise a big urban city.Even though we have centered
the discussion around mobile phone network data, it is possible
to infer transportation and urban patterns from other sources,
particularly social media. Twitter has been shown to be a
good predictor of commuter flows [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] at several scales [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
Now, these approaches have the same limitation as previous
approaches: a focus on the origins and destinations of trips,
mainly due to their way of modelling mobility: using gravity
and radiation models (see [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] for a comparison). Twitter
data, while massive and longitudinal, does not allow to infer
within-trip behavior.
      </p>
      <p>METHODS
Our methods can be summarized in a pipeline of three steps:
1. Trip detection from X/CDR data, which, for each device
in the dataset, identifies its corresponding daily trips, with
origin, intermediate, and destination towers.
2. The construction of a Waypoint Matrix W that aggregates
the intermediate towers of trips, of a given period of time,
into a device-antenna matrix.
3. The decomposition of W using NMF into the product of two
matrices, U and T , according to a number of k components,
which we denote as mobilicities.</p>
      <p>
        Trip Detection. To detect trips from X/CDR traces, we resort
to an algorithm based on transportation rules and trajectory
simplification [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. The algorithm builds a space-time
trajectory from daily X/CDR events, where space is the
cumulative distance between consecutive connected towers, starting
from zero at the first connection of the day. This trajectory is
simplified using a line-simplification algorithm. Then, each
segment from the simplified trajectory is categorized
according to transportation rules, such as the relationship between
the approximated trip distance and time, which is visually
inspected through the slope of the segment. In other words,
the trip detection allows us to separate X/CDR events into
the following: stationary events (the user was performing an
activity), trip start events (denoting the origin), trip end events
(denoting the destination), and within-trip events (denoting
mobility).
      </p>
      <p>
        Building the Waypoints Matrix. Ideally, characterization of
within-trips events does not need to be done using
aggregation. For instance, GPS data allows to do rich clustering over
specific trajectories [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ]. However, due to the billing purpose
of X/CDR data, it is possible that trips have few within-trip
events because of the billing cycle. Since we will focus on
within-trip events, we need to aggregate such events from
an extended period of time. Furthermore, some trips do not
have within-trip events, such as those with duration near to
the billing cycle time, and those within zones with low tower
density. Hence, by aggregating all within-trip events for a user
in a period of time, the likelihood of identifying the towers
that characterize a specific user’s mobility increases. We use
this schema to define a Waypoints Matrix W, defined as:
wi; j =
# of within-trip events of user ui at tower t j
      </p>
      <p>
        # of within-trip events of user ui
This schema is equivalent to the L1-normalized
documentterm matrices found in Information Retrieval, but without
weighting with Tf-Idf [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ]. We do not apply Tf-Idf because
its purpose is to identify discriminative features; conversely,
we want to extract collective features. Additionally, note that
this matrix is di erent to those used in related work with NMF
decompositions [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]: there is a semantic di erence between
within-trips and trip start/end events. To avoid this polysemic
behavior, we focus only on within-trips events.
      </p>
      <p>
        Applying Non-Negative Matrix Factorization. To represent
how users interact with towers, we propose to decompose this
matrix into two: W = U T , where U is a juj k matrix that
encodes k user latent features for juj users, and T is a k jtj
matrix that encode k latent tower features for jtj di erent cell
phone towers. Note that, by definition, all wi; j 0. NMF
allows us to decompose the matrix W into two non-negative
matrices, which gives a lower rank approximation for W, such
that W U T [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. This can be formalized as the following
optimization problem: minU;T kW U T kF subject to U
and T be non-negative, where number of rows in U and the
number of columns in T correspond to the desired lower-rank
approximation k.
      </p>
      <p>
        Even though there is a variety of methods to decompose
matrices, we choose NMF, which has been applied in similar
contexts with interpretable results [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]. Then, we define a
mobilicity mc as the weighted set of towers within the c
component of the decomposition, i.e., the c-th column of matrix
T. The parameter k must be chosen manually, and its value
should be ideally decided jointly between data scientists and
domain experts according to the context. Previous strategies
for choosing k have focused in measuring the stability of the
components [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and in the variation of the residual sum of
squares curve between the original matrix and its
decomposition [
        <xref ref-type="bibr" rid="ref17 ref22">17, 22</xref>
        ]. However, we prefer to manually choose the
number of components as these methods do not allow us to
incorporate external information such as the socio-economic
distribution of the city.
      </p>
      <p>
        CASE STUDY: SANTIAGO, CHILE
We performed a case study on Santiago, the capital of Chile,
with almost 8 million inhabitants. Its urban area covers a
surface of 867.75 square kilometers, and is composed of 35
independent administrative units called municipalities (c.f. Fig. 1).
Because this city has experienced accelerated growth, and
it is expected to keep growing at least until 2045 [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ],
understanding its structure at scale is an important and timely
task.
      </p>
      <p>Datasets
Mobile Phone Network Data. We studied an anonymized
X/CDR dataset from Telefo´nica Chile, the biggest telco. in
Chile, with a market share of 33% in 2016. The dataset
contained records between July 27th and August 10th from 2016.
In total, we analyzed 124,414 users, who had enough
connections to the cell towers under analysis to estimate their daily
trips between 6AM and midnight, and had either a pre-paid
or contract subscription. They generated an average of 5.33
million billing records per day (c.f. Fig. 2). The average
interevent times for users range within 14.71 and 30.96 minutes,
which shows a billing cycle between fifteen and thirty minutes.
Telefo´nica has 1,464 cell phone towers in the municipalities
under consideration. We discarded towers that were installed
in in-door contexts (e.g., malls, hospitals, etc.). This is possible
because tower meta-data includes their geographical position
and their name. For out-door towers, the name usually contains
the nearest crossing, while in-door towers contain the name of
the place they lie in. In total, there were jtj = 1,082 out-door
towers (see Fig. 3, Towers). The only in-door towers that we
kept were those installed within underground metro stations.
OpenStreetMap. OSM (http://openstreetmap.org) is a
crowdsourced maps platform. We downloaded a dump of its data for
Chile, and then identified the highways within Santiago. We
used this information to contextualize the di erent
mobilicities identified by the NMF. We did so by finding the out-door
towers that lie within 250 meters of each highway, as shown
in Fig. 3 (Labeled Towers).</p>
      <p>Trip Detection and Waypoints Matrix
Using the trip inference algorithm we detected 4,213,400 trips
for 124,415 users (c.f. Table 1 for descriptive statistics). Fig. 4
shows the departure time distribution of all trips. One can see
that business days exhibit expected peak-times related to work
hours, and that weekends exhibit di erent patterns, such as a
higher density at lunch time.</p>
      <p>After detecting trips, we built the W matrix, of dimensions
juj jtj. Note that juj = 95,027, because not all users had
within-trip events.</p>
      <p>Factorization of the Waypoints Matrix
To perform the NMF decomposition, we chose k = 8, because
the city is usually divided into six big areas (north, south, east,
west, south-east, center) and, since we expect that the results
exhibit relationship with modes of transportation, we wanted
to see the e ect of private and public transportation. Thus, k =
8 is an arguably reasonable choice (note that we discuss the
choice of k at the next section).</p>
      <p>Tower-Component Matrix. Figure 5 shows the results of
the factorization, with one map for each component-tower
column from the matrix. One can see that there is a strong
geographical clustering of towers, which may be explained as
W is essentially a co-occurrence matrix.</p>
      <p>Fig. 6 show how the sets of labeled towers (those near
highways, near surface metro and within underground metro
stations) relate to each component. This allows to see that some
components tend to be more associated than others to some
modes of transportation: C1, C2, C3 and C7 are more
associated to metro than highways, while C4 exhibits the opposite
behavior. Having both figures into account, the following is
an interpretation of each mobilicity:
C0 : the east side of the city, including part of the center, next
to the yellow metro line and one important highway of the
city. This area is characterized for its business districts and
high income residential areas (c.f. Fig. 3). As such, it is
likely that its residents do not use public transportation, nor
visit other mobilicities. Note how metro towers have lower
association with this component in Fig. 6.</p>
      <p>C1 : people that live in the southern part of the city, mostly
between two metro lines. Since this area is characterized by
low income, this means that they need to take a bus to reach
the metro.</p>
      <p>C2 : the southeast area of the city, which is characterized by
their dependency of two metro lines. This component
contains mixed-income municipalities.</p>
      <p>C3 : In contrast with the previous components, this one is
completely focused on public transportation: it fully contains
two metro lines in full, and partially other two. It also
contains bus corridors that tend to connect to metro lines.
C4 : the northern part of the city, which is mostly residential
and of low income. The component also has a main street
of the city as a kind of tentacle, showing that people who
lives/work in this area, but who work/lives in another, uses
this street as a way to get into the component.</p>
      <p>C5 : the south-west part of the city, which is connected to
downtown primarily through a highway and a metro line
that is parallel to the highway.</p>
      <p>C6 : the western area of the city. This area contains one of the
most populated municipalities in the city.</p>
      <p>C7 : similar to C6, but extending its reach to center areas of
the city through a metro line a bus corridors. This makes
this component dependent on public transport, and thus, the
routes followed by its inhabitants tend to cluster, in contrast
to what happens in C6.</p>
      <p>In summary, latent cities seem to be comprised by three kinds
of clusters of towers: those where people lives and moves,
enclosed by specific limits (C0, C1, C6), those where people
lives and work, but in di erent areas of the city, connected
through the transportation network (C2, C4, C5, C7), and
transportation infrastructure (C3).</p>
      <p>User-Component Matrix. The user-component matrix may
suggest that users pass through di erent mobilicities in their
daily lives. Fig. 7 explores this potential behavior, by
displaying how a sample of 25,000 users cluster around the
corresponding components. One can see that, indeed, users tend
to have a primary component, but they still belong to others.
This would be the equivalent to, for instance, living in the
suburbs, and having to travel long distances to go to work.
Note that many users from C0, the wealthiest part of the city,
have negligible association to other components – something
expected due to the economical segregation of the city (c.f.
Fig. 3).</p>
      <p>Understanding k. We showed the eight mobilicities (c.f.
Fig. 5) to domain experts, who gave informal feedback – it
made sense to split the city in this way, as we have interpreted
earlier. Even though a formal evaluation with domain experts
is left for future work, here we discuss the patterns that emerge
when varying the parameter k which is the rank of the
factorized matrix. We do so by estimating mobilicities with k0 = 4
(c.f. Fig. 8) and k00 = 12 (c.f. Fig. 9).</p>
      <p>With four mobilicities, the clustering is mostly geographic:
three components split the city. However, the fourth
component is related to public transportation: it reconstructs several
metro lines and bus corridors. In this aspect, it seems that using
k0 = 4 allows to obtain a similar result to k = 8. Then, if one
would like to di erentiate cell towers with respect to general
transportation patterns, this could be a reasonable choice.
With twelve mobilicities, the geographical clustering is still
present, but the routes that connect distinct parts of the city
become more evident – meaning that a mobilicity is comprised
by one or two sectors of close towers (for instance, home and
work locations), plus “bridges” that connect one mobilicity
to another, based on the common routes followed by people.
This behavior is expected, due to the co-occurrence property
of the Waypoints Matrix.</p>
      <p>In summary, several values of k allow to infer soft-partitions
of the city, as well as the way its inhabitants move between
those partitions. A mobilicity may be a soft-partition, a
softpartition with bridges to other mobilicities, or a network of
those bridges – namely, a transportation network.</p>
      <p>
        Comparing Interpretability with PCA/Truncated SVD. To
discuss further whether NMF is a good choice of model in
terms of interpretability, we estimated a Truncated SVD
decomposition (equivalent to PCA) with k = 8 . Fig. 10 shows
that, in contrast to NMF, there is no geographical clustering
nor correspondence to any infrastructure available in the city.
Thus, even though PCA is a widely used dimensionality
reduction technique, it does not allow the interpretation nor
clustering of the city in the same way as NMF does.
CONCLUSIONS
We proposed the concept of mobilicities, which denotes the
di erent cities experienced by the inhabitants of a big city,
and depict its dynamics with respect to mobility and usage
of modes of transportation. The suitability of NMF to this
kind of spatial data could be related to the fact that NMF is
equivalent to spectral clustering [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], which has performed
well when grouping trip destination data [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. However, as we
have noted in our motivation, our input is not destination nor
origin data; instead, it is spatial location while moving. This
focus was inspired by the book Happy City [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ], reflecting
that our purpose was to help domain experts and policy
designers to make better, happier cities. Such purpose implies
collaboration between the emerging field of data science and
the corresponding disciplines – transportation and urban
planning. However, evidence-based policy in those areas requires
transparency and interpretability, and many state of the art
machine learning techniques do not o er both qualities [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
In this paper, we have shown that NMF does o er both
qualities when applied to mobility data, and thus, is a promising
technique to apply in the field of Urban Computing [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ].
Limitations and Future Work. Critics may rightly say that
we need a well-defined criteria to choose k. Future work
should tackle this limitation using intelligent user interfaces
aimed at domain experts. This opens two lines of research
within the IUI: on the one hand, we could try other
factorization methods for positive-only data such as SLIM, which
has shown promising results in the past [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], and would allow
to understand how the choice of k influences the output and
its interpretability. On the other hand, visualization and
exploratory interfaces are tools valued by domain experts [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ],
and mobility has been a recurring topic in visual analytics [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
Finally, our work did not consider the temporal aspects of
transportation. Hence, future work should consider how to
incorporate that dimension into the definition of Mobilicities.
Acknowledgements. The analysis was performed using
Jupyter Notebooks [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ], jointly with the scikit-learn [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ],
pandas [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ], and geopandas libraries. The maps on this paper
include data from ©OpenStreetMap contributors. We also
thank Telef o´nica R&amp;D in Santiago for facilitating the data
for this study, in particular Pablo Garc´ıa Briosso. The
author Denis Parra has been funded by Conicyt, Fondecyt grant
11150783, as well as Fondef grant id16i10222 and the BRT+
Centre of Excellence funded by VREF. Finally, we thank the
anonymous reviewers for the insightful comments that helped
to improve this paper.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Rein</given-names>
            <surname>Ahas</surname>
          </string-name>
          , Anto Aasa, Siiri Silm, and
          <string-name>
            <given-names>Margus</given-names>
            <surname>Tiru</surname>
          </string-name>
          .
          <article-title>Daily rhythms of suburban commuters' movements in the Tallinn metropolitan area: case study with mobile positioning data</article-title>
          . Transportation Research Part C: Emerging Technologies,
          <volume>18</volume>
          (
          <issue>1</issue>
          ):
          <fpage>45</fpage>
          -
          <lpage>54</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Lauren</given-names>
            <surname>Alexander</surname>
          </string-name>
          , Shan Jiang, Mikel Murga, and
          <string-name>
            <surname>Marta C Gonza</surname>
          </string-name>
          <article-title>´lez. Origin-destination trips by purpose and time of day inferred from mobile phone data</article-title>
          . Transportation Research Part C: Emerging Technologies,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Natalia</given-names>
            <surname>Andrienko</surname>
          </string-name>
          and
          <string-name>
            <given-names>Gennady</given-names>
            <surname>Andrienko</surname>
          </string-name>
          .
          <article-title>Visual analytics of movement: An overview of methods, tools and procedures</article-title>
          .
          <source>Information Visualization</source>
          ,
          <volume>12</volume>
          (
          <issue>1</issue>
          ):
          <fpage>3</fpage>
          -
          <lpage>24</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Vincent D Blondel</surname>
            ,
            <given-names>Adeline</given-names>
          </string-name>
          <string-name>
            <surname>Decuyper</surname>
            , and
            <given-names>Gautier</given-names>
          </string-name>
          <string-name>
            <surname>Krings</surname>
          </string-name>
          .
          <article-title>A survey of results on mobile phone datasets analysis</article-title>
          .
          <source>EPJ Data Science</source>
          ,
          <volume>4</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Andrey</given-names>
            <surname>Bogomolov</surname>
          </string-name>
          , Bruno Lepri, Jacopo Staiano, Emmanuel Letouze´,
          <string-name>
            <surname>Nuria</surname>
            <given-names>Oliver</given-names>
          </string-name>
          , Fabio Pianesi, and
          <string-name>
            <given-names>Alex</given-names>
            <surname>Pentland</surname>
          </string-name>
          .
          <article-title>Moves on the street: Classifying crime hotspots using aggregated anonymized data on people dynamics</article-title>
          .
          <source>Big Data</source>
          ,
          <volume>3</volume>
          (
          <issue>3</issue>
          ):
          <fpage>148</fpage>
          -
          <lpage>158</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Jean-Philippe</surname>
            <given-names>Brunet</given-names>
          </string-name>
          , Pablo Tamayo,
          <string-name>
            <surname>Todd R. Golub</surname>
            , and
            <given-names>Jill P.</given-names>
          </string-name>
          <string-name>
            <surname>Mesirov</surname>
          </string-name>
          .
          <article-title>Metagenes and molecular pattern discovery using matrix factorization</article-title>
          .
          <source>Proceedings of the National Academy of Sciences</source>
          ,
          <volume>101</volume>
          (
          <issue>12</issue>
          ):
          <fpage>4164</fpage>
          -
          <lpage>4169</lpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Calabrese</surname>
          </string-name>
          , Giusy Di Lorenzo, Liang Liu, and
          <string-name>
            <given-names>Carlo</given-names>
            <surname>Ratti</surname>
          </string-name>
          .
          <article-title>Estimating origin-destination flows using mobile phone location data</article-title>
          .
          <source>IEEE Pervasive Computing</source>
          ,
          <volume>10</volume>
          (
          <issue>4</issue>
          ):
          <fpage>0036</fpage>
          -
          <lpage>44</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Calabrese</surname>
          </string-name>
          , Laura Ferrari, and
          <string-name>
            <given-names>Vincent D</given-names>
            <surname>Blondel</surname>
          </string-name>
          .
          <article-title>Urban sensing using mobile phone network data: a survey of research</article-title>
          .
          <source>ACM Computing Surveys (CSUR)</source>
          ,
          <volume>47</volume>
          (
          <issue>2</issue>
          ):
          <fpage>25</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Davide</given-names>
            <surname>Castelvecchi</surname>
          </string-name>
          .
          <article-title>Can we open the black box of AI? Nature News</article-title>
          ,
          <volume>538</volume>
          (
          <issue>7623</issue>
          ):
          <fpage>20</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Tao Cheng, Garavig Tanaksaranond, Chris Brunsdon, and
          <string-name>
            <given-names>James</given-names>
            <surname>Haworth</surname>
          </string-name>
          .
          <article-title>Exploratory visualisation of congestion evolutions on urban transport networks</article-title>
          .
          <source>Transportation Research Part C: Emerging Technologies</source>
          ,
          <volume>36</volume>
          :
          <fpage>296</fpage>
          -
          <lpage>306</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>Andrzej</given-names>
            <surname>Cichocki</surname>
          </string-name>
          and
          <string-name>
            <surname>Anh-Huy Phan</surname>
          </string-name>
          .
          <article-title>Fast local algorithms for large scale nonnegative matrix and tensor factorizations. IEICE transactions on fundamentals of electronics, communications</article-title>
          and computer sciences,
          <volume>92</volume>
          (
          <issue>3</issue>
          ):
          <fpage>708</fpage>
          -
          <lpage>721</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Justin</surname>
            <given-names>Cranshaw</given-names>
          </string-name>
          , Raz Schwartz, Jason Hong, and
          <string-name>
            <given-names>Norman</given-names>
            <surname>Sadeh</surname>
          </string-name>
          .
          <article-title>The Livehoods Project: Utilizing social media to understand the dynamics of a city</article-title>
          .
          <source>In Sixth International AAAI Conference on Weblogs and Social Media</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Tamas</surname>
            David-Barrett, Janos Kertesz, Anna Rotkirch, Asim Ghosh, Kunal Bhattacharya, Daniel Monsivais, and
            <given-names>Kimmo</given-names>
          </string-name>
          <string-name>
            <surname>Kaski</surname>
          </string-name>
          .
          <article-title>Communication with family and friends across the life course</article-title>
          .
          <source>PloS one</source>
          ,
          <volume>11</volume>
          (
          <issue>11</issue>
          ):
          <fpage>e0165687</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. Marco De Nadai, Jacopo Staiano, Roberto Larcher, Nicu Sebe, Daniele Quercia, and
          <string-name>
            <given-names>Bruno</given-names>
            <surname>Lepri</surname>
          </string-name>
          .
          <article-title>The death and life of great Italian cities: a mobile phone data perspective</article-title>
          .
          <source>In Proceedings of the 25th International Conference on World Wide Web</source>
          , pages
          <fpage>413</fpage>
          -
          <lpage>423</lpage>
          . International World Wide Web Conferences Steering Committee,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Chris</surname>
            <given-names>Ding</given-names>
          </string-name>
          , Xiaofeng He, and
          <string-name>
            <given-names>Horst D</given-names>
            <surname>Simon</surname>
          </string-name>
          .
          <article-title>On the equivalence of nonnegative matrix factorization and spectral clustering</article-title>
          .
          <source>In Proceedings of the 2005 SIAM International Conference on Data Mining</source>
          , pages
          <fpage>606</fpage>
          -
          <lpage>610</lpage>
          . SIAM,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Vanessa</surname>
            Frias-Martinez,
            <given-names>Cristina</given-names>
          </string-name>
          <string-name>
            <surname>Soguero</surname>
          </string-name>
          , and
          <string-name>
            <surname>Enrique</surname>
          </string-name>
          Frias-Martinez.
          <article-title>Estimation of urban commuting patterns using cellphone network data</article-title>
          .
          <source>In Proceedings of the ACM SIGKDD International Workshop on Urban Computing</source>
          , pages
          <fpage>9</fpage>
          -
          <lpage>16</lpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <article-title>Attila Frigyesi and Mattias Ho¨glund. Non-negative matrix factorization for the analysis of complex gene expression data: identification of clinically relevant tumor subtypes</article-title>
          .
          <source>Cancer informatics</source>
          ,
          <volume>6</volume>
          (
          <year>2003</year>
          ):
          <fpage>275</fpage>
          -
          <lpage>92</lpage>
          , jan
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Eduardo</surname>
            Graells-Garrido,
            <given-names>Oscar</given-names>
          </string-name>
          <string-name>
            <surname>Peredo</surname>
          </string-name>
          , and Jose´ Garc´ıa.
          <article-title>Sensing urban patterns with antenna mappings: the case of Santiago, Chile</article-title>
          . Sensors,
          <volume>16</volume>
          (
          <issue>7</issue>
          ):
          <fpage>1098</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Eduardo</surname>
          </string-name>
          Graells-Garrido and Diego Saez-Trumper.
          <article-title>A day of your days: estimating individual daily journeys using mobile data to understand urban flow</article-title>
          .
          <source>In Proceedings of the Second International Conference on IoT in Urban Space</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          . ACM,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>Randolph</given-names>
            <surname>Hall</surname>
          </string-name>
          .
          <source>Handbook of transportation science</source>
          , volume
          <volume>23</volume>
          . Springer Science &amp; Business
          <string-name>
            <surname>Media</surname>
          </string-name>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <given-names>Martin</given-names>
            <surname>Hilbert</surname>
          </string-name>
          .
          <article-title>Big data for development: A review of promises and challenges</article-title>
          .
          <source>Development Policy Review</source>
          ,
          <volume>34</volume>
          (
          <issue>1</issue>
          ):
          <fpage>135</fpage>
          -
          <lpage>174</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Lucie</surname>
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Hutchins</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sean M. Murphy</surname>
            ,
            <given-names>Priyam</given-names>
          </string-name>
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>and Joel H.</given-names>
          </string-name>
          <string-name>
            <surname>Graber</surname>
          </string-name>
          .
          <article-title>Position-dependent motif characterization using non-negative matrix factorization</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>24</volume>
          (
          <issue>23</issue>
          ):
          <fpage>2684</fpage>
          -
          <lpage>2690</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Md Shahadat</surname>
            <given-names>Iqbal</given-names>
          </string-name>
          , Charisma F Choudhury,
          <string-name>
            <given-names>Pu</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <surname>Marta C Gonza</surname>
          </string-name>
          <article-title>´lez. Development of origin-destination matrices using mobile phone call data</article-title>
          . Transportation Research Part C: Emerging Technologies,
          <volume>40</volume>
          :
          <fpage>63</fpage>
          -
          <lpage>74</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Da</surname>
            <given-names>Kuang</given-names>
          </string-name>
          , Chris Ding, and Haesun Park.
          <source>Symmetric Nonnegative Matrix Factorization for Graph Clustering</source>
          , pages
          <fpage>106</fpage>
          -
          <lpage>117</lpage>
          .
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25. Santiago Larra´ın, Denis Parra, and
          <string-name>
            <given-names>Alvaro</given-names>
            <surname>Soto</surname>
          </string-name>
          .
          <article-title>Towards improving top-N recommendation by generalization of SLIM</article-title>
          . In RecSys Posters,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Maxime</surname>
            <given-names>Lenormand</given-names>
          </string-name>
          , Miguel Picornell, Oliva G Cantu´
          <article-title>-</article-title>
          <string-name>
            <surname>Ros</surname>
          </string-name>
          , Thomas Louail, Ricardo Herranz, Marc Barthelemy, Enrique Fr´
          <fpage>ıas</fpage>
          -Mart´ınez, Maxi San Miguel, and Jose´ J Ramasco.
          <article-title>Comparing and modelling land use organization in cities</article-title>
          .
          <source>Royal Society Open Science</source>
          ,
          <volume>2</volume>
          (
          <issue>12</issue>
          ):
          <fpage>150449</fpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Jiajun</surname>
            <given-names>Liu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kun</given-names>
            <surname>Zhao</surname>
          </string-name>
          , Saeed Khan,
          <string-name>
            <given-names>Mark</given-names>
            <surname>Cameron</surname>
          </string-name>
          , and
          <article-title>Raja Jurdak. Multi-scale population and mobility estimation with geo-tagged tweets</article-title>
          .
          <source>In Data Engineering Workshops (ICDEW)</source>
          ,
          <year>2015</year>
          31st IEEE International Conference on, pages
          <fpage>83</fpage>
          -
          <lpage>86</lpage>
          . IEEE,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <given-names>Kevin</given-names>
            <surname>Lynch</surname>
          </string-name>
          .
          <article-title>The image of the city</article-title>
          , volume
          <volume>11</volume>
          . MIT press,
          <year>1960</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <given-names>A Paolo</given-names>
            <surname>Masucci</surname>
          </string-name>
          , Joan Serras, Anders Johansson, and
          <string-name>
            <given-names>Michael</given-names>
            <surname>Batty</surname>
          </string-name>
          .
          <article-title>Gravity versus radiation models: On the importance of scale and heterogeneity in commuting flows</article-title>
          .
          <source>Physical Review E</source>
          ,
          <volume>88</volume>
          (
          <issue>2</issue>
          ):
          <fpage>022812</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Wes McKinney</surname>
          </string-name>
          .
          <article-title>Data structures for statistical computing in Python</article-title>
          .
          <source>In Proceedings of the 9th Python in Science Conference</source>
          , volume
          <volume>445</volume>
          , pages
          <fpage>51</fpage>
          -
          <lpage>56</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Graham</surname>
            <given-names>McNeill</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Jonathan</given-names>
            <surname>Bright</surname>
          </string-name>
          , and Scott A Hale.
          <article-title>Estimating local commuting patterns from geolocated Twitter data</article-title>
          .
          <source>EPJ Data Science</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ):
          <fpage>24</fpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <given-names>Charles</given-names>
            <surname>Montgomery</surname>
          </string-name>
          .
          <article-title>Happy city: transforming our lives through urban design</article-title>
          .
          <source>Macmillan</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Benyounes</surname>
            <given-names>Moumni</given-names>
          </string-name>
          , Vanessa Frias-Martinez, and
          <string-name>
            <surname>Enrique</surname>
          </string-name>
          Frias-Martinez.
          <article-title>Characterizing social response to urban earthquakes using cell-phone network data: the 2012 Oaxaca earthquake</article-title>
          .
          <source>In Proceedings of the 2013 ACM conference on Pervasive and ubiquitous computing adjunct publication</source>
          , pages
          <fpage>1199</fpage>
          -
          <lpage>1208</lpage>
          . ACM,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Anastasios</surname>
            <given-names>Noulas</given-names>
          </string-name>
          , Cecilia Mascolo, and
          <string-name>
            <surname>Enrique</surname>
          </string-name>
          Frias-Martinez.
          <article-title>Exploiting Foursquare and cellular data to infer user activity in urban environments</article-title>
          .
          <source>In 2013 IEEE 14th International Conference on Mobile Data Management</source>
          , pages
          <fpage>167</fpage>
          -
          <lpage>176</lpage>
          . IEEE,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <given-names>F.</given-names>
            <surname>Pedregosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Varoquaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gramfort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Michel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Thirion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Grisel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Blondel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Prettenhofer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Weiss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dubourg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Vanderplas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Passos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cournapeau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brucher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Perrot</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Duchesnay</surname>
          </string-name>
          .
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          ,
          <volume>12</volume>
          :
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Chengbin</surname>
            <given-names>Peng</given-names>
          </string-name>
          , Xiaogang Jin,
          <string-name>
            <surname>Ka-Chun</surname>
            <given-names>Wong</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Meixia</given-names>
            <surname>Shi</surname>
          </string-name>
          , and Pietro Lio`.
          <article-title>Collective human mobility pattern from taxi trips in urban area</article-title>
          .
          <source>PloS one</source>
          ,
          <volume>7</volume>
          (
          <issue>4</issue>
          ):e34487,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Fernando</surname>
          </string-name>
          <article-title>Pe´rez and Brian E Granger</article-title>
          .
          <article-title>IPython: a system for interactive scientific computing</article-title>
          .
          <source>Computing in Science &amp; Engineering</source>
          ,
          <volume>9</volume>
          (
          <issue>3</issue>
          ):
          <fpage>21</fpage>
          -
          <lpage>29</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38. Olga Lucia Puertas, Cristian Henr´ıquez, and Francisco Javier Meza.
          <article-title>Assessing spatial dynamics of urban growth using an integrated land use model. application in Santiago metropolitan area,</article-title>
          <year>2010</year>
          -
          <fpage>2045</fpage>
          . Land Use Policy,
          <volume>38</volume>
          :
          <fpage>415</fpage>
          -
          <lpage>425</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39. Heiko Ru¨ger, Simon Pfa , Heide Weishaar, and
          <string-name>
            <surname>Brenton M Wiernik.</surname>
          </string-name>
          <article-title>Does perceived stress mediate the relationship between commuting and health-related quality of life? Transportation research part F: tra c psychology and behaviour</article-title>
          ,
          <volume>50</volume>
          :
          <fpage>100</fpage>
          -
          <lpage>108</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40. Jose San Pedro, Davide Proserpio, and
          <string-name>
            <given-names>Nuria</given-names>
            <surname>Oliver</surname>
          </string-name>
          .
          <article-title>Mobiscore: towards universal credit scoring from mobile phone data</article-title>
          .
          <source>In International Conference on User Modeling, Adaptation, and Personalization</source>
          , pages
          <fpage>195</fpage>
          -
          <lpage>207</lpage>
          . Springer,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Victor</surname>
            <given-names>Soto</given-names>
          </string-name>
          , Vanessa Frias-Martinez,
          <string-name>
            <given-names>Jesus</given-names>
            <surname>Virseda</surname>
          </string-name>
          , and
          <string-name>
            <surname>Enrique</surname>
          </string-name>
          Frias-Martinez.
          <article-title>Prediction of socioeconomic levels using cell phone records</article-title>
          .
          <source>In International Conference on User Modeling, Adaptation, and Personalization</source>
          , pages
          <fpage>377</fpage>
          -
          <lpage>388</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Jameson L Toole</surname>
            ,
            <given-names>Michael</given-names>
          </string-name>
          <string-name>
            <surname>Ulm</surname>
          </string-name>
          ,
          <string-name>
            <surname>Marta C Gonza</surname>
          </string-name>
          <article-title>´lez, and Dietmar Bauer. Inferring land use from mobile phone activity</article-title>
          .
          <source>In Proceedings of the ACM SIGKDD international workshop on urban computing</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43. Carmen Karina Vaca, Daniele Quercia, Francesco Bonchi, and
          <string-name>
            <given-names>Piero</given-names>
            <surname>Fraternali</surname>
          </string-name>
          .
          <article-title>Taxonomy-based discovery and annotation of functional areas in the city</article-title>
          .
          <source>In Ninth International AAAI Conference on Web and Social Media</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <given-names>R Baeza</given-names>
            <surname>Yates</surname>
          </string-name>
          and
          <string-name>
            <given-names>B Ribeiro</given-names>
            <surname>Neto</surname>
          </string-name>
          .
          <article-title>Modern information retrieval: the concepts and technology behind search</article-title>
          .
          <source>Addison-Wesley Professional</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Jing</surname>
            <given-names>Yuan</given-names>
          </string-name>
          , Yu Zheng, and
          <string-name>
            <given-names>Xing</given-names>
            <surname>Xie</surname>
          </string-name>
          .
          <article-title>Discovering regions of di erent functions in a city using human mobility and pois</article-title>
          .
          <source>In Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining</source>
          , pages
          <fpage>186</fpage>
          -
          <lpage>194</lpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Yu</surname>
            <given-names>Zheng</given-names>
          </string-name>
          , Licia Capra, Ouri Wolfson, and
          <string-name>
            <given-names>Hai</given-names>
            <surname>Yang</surname>
          </string-name>
          .
          <article-title>Urban computing: concepts, methodologies, and applications</article-title>
          .
          <source>ACM Transactions on Intelligent Systems and Technology (TIST)</source>
          ,
          <volume>5</volume>
          (
          <issue>3</issue>
          ):
          <fpage>38</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47.
          <string-name>
            <surname>Yu</surname>
            <given-names>Zheng</given-names>
          </string-name>
          , Lizhu Zhang, Xing Xie, and
          <string-name>
            <surname>Wei-Ying Ma</surname>
          </string-name>
          .
          <article-title>Mining interesting locations and travel sequences from gps trajectories</article-title>
          .
          <source>In Proceedings of the 18th international conference on World wide web</source>
          , pages
          <fpage>791</fpage>
          -
          <lpage>800</lpage>
          . ACM,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>