2018 IEEE International Conference on Big Data (Big Data) 2018
DOI: 10.1109/bigdata.2018.8622209
|View full text |Cite
|
Sign up to set email alerts
|

Impact of Trajectory Segmentation on Discovering Trajectory Sequential Patterns

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
2
2

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(4 citation statements)
references
References 23 publications
0
4
0
Order By: Relevance
“…Grid-based trajectory segmentation is performed with Python version 3.10.2 on Microsoft VSCode. This study uses a grid size of 500 m × 500 m. Based on [ 15 ], which investigated the impact of grid cells on the result, a larger grid size would reduce the execution time since the number of grids is reduced. The choice of grid size should consider factors such as the characteristics of trajectory data (i.e., length and spread of trajectories) and study area size.…”
Section: Methodsmentioning
confidence: 99%
See 2 more Smart Citations
“…Grid-based trajectory segmentation is performed with Python version 3.10.2 on Microsoft VSCode. This study uses a grid size of 500 m × 500 m. Based on [ 15 ], which investigated the impact of grid cells on the result, a larger grid size would reduce the execution time since the number of grids is reduced. The choice of grid size should consider factors such as the characteristics of trajectory data (i.e., length and spread of trajectories) and study area size.…”
Section: Methodsmentioning
confidence: 99%
“…On the other hand, clustering methods rely on the nature of the data to determine parameters such as the number of centroids k (for k -means clustering) or minPts and epsilon (for density-based clustering methods like DBSCAN and OPTICS). Prior work by Karsoum et al compared these two approaches [ 15 ]. Results demonstrate that although the density-based method has a faster execution time, grid-based methods can discover more hidden patterns with the same parameters (i.e., ).…”
Section: Preliminary and Problem Statementmentioning
confidence: 99%
See 1 more Smart Citation
“…e output of trajectory preprocessing is a set of paths R based online segments. Since the line segments in path R are not completely repeated, we use a method of grouping and partitioning to find the common movement behaviors represented by the common sub-segment (sub-segment cluster) S in all R. e boundary problem [11]in Figure 2(a) shows that directly applying the clustering algorithm to these line segments may miss some common subsegments. When the historical trajectory data are not very sufficient, this problem will be serious because we may not find enough public movement behaviors for frequent pattern mining.…”
Section: Trajectory Processing and Common Segment Extractionmentioning
confidence: 99%