-
Notifications
You must be signed in to change notification settings - Fork 5
Region of Interest Mining (RoIs)
TrajSuite supports mining regions of interest (RoIs) from trajectories. The approaches implemented are those from this white paper.
Essentially all selected trajectories have a grid overlaid on them. Each grid cell is incremented for each unique trajectory that visits it. Then, the RoI algorithms expand dense grid cells and find so-called regions of interest.
Given that each RoI has a unique id, TrajSuite can then transform the selected trajectories into a series of RoI visitation sequences, which can be mined by traditional sequential pattern mining algorithms. TrajSuite supports a number of contiguous sequential pattern mining algorithms, mostly based on the following white paper.
A result of RoI/sequential pattern mining from TrajSuite is shown below:
This can be found by going RoIs >> Mine RoIs