Mining Long Sharable Patterns in Trajectories of Moving Objects - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Mining Long Sharable Patterns in Trajectories of Moving Objects

Description:

Mining Long Sharable Patterns in Trajectories of Moving Objects ... I am goin' HOME! I learned that such an algorithm has many uses in moving object DB management, ... – PowerPoint PPT presentation

Number of Views:40
Avg rating:3.0/5.0
Slides: 13
Provided by: gyg
Category:

less

Transcript and Presenter's Notes

Title: Mining Long Sharable Patterns in Trajectories of Moving Objects


1
Mining Long Sharable Patterns in Trajectories of
Moving Objects Gyozo Gidofalvi and Torben Bach
Pedersen
2
(No Transcript)
3
(No Transcript)
4
If I place for each trip, the unique
spatio-temporal region identifiers inside a
basket, I can analyze the set of baskets using a
Frequent Itemset Mining (FIM) algorithm
AGR94. Frequent itemsets will represent
frequent trajectories.
  • Look at my sample trajectory database!
  • For clarity the time-of-day domain is projected
    down to the 2D image.
  • Lines represent trips performed by a single
    object.
  • The number of time the trip was performed is
    represented by the width of the line (also
    written in parenthesis in the legend).

5
(No Transcript)
6
(No Transcript)
7
STEP 2 Filter short transactions! DEF A
transaction is short if the number of items in it
gt MinLength (for example 4)
Short Transactions
SQL statement to filter short transactions
INSERT INTO TF (tid, oid, item) SELECT tid, oid,
item FROM TFV WHERE tid IN (SELECT tid
FROM TFV GROUP BY tid HAVING COUNT(item)
gt MinLength)
8
(No Transcript)
9
(No Transcript)
10
(No Transcript)
11
(No Transcript)
12
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com