Journals
Publish with us
Publishing partnerships
About us
Blog
Complexity
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Complexity
/
2018
/
Article
/
Alg 1
/
Research Article
A MapReduce-Based Parallel Frequent Pattern Growth Algorithm for Spatiotemporal Association Analysis of Mobile Trajectory Big Data
Algorithm 1
Map(
,
).
Input
:
:
,
:
.
Output
:
:
,
:
1.
for
each item
in
do
Output(
,
1);
end for
return
pairs;