Research Article

Interesting Activities Discovery for Moving Objects Based on Collaborative Filtering

Algorithm 1

Interesting activity discovery (IAD).
Input: , k,
Output: the latent activity set of
01: Abstract all the activity sequences and stored them in the ;
02: Build object-visit-matrix M according to the ;
03: Compute object-region interest degree from M, and build the interest degree matrix ;
04: Search similar objects using hybrid CF algorithm, and generate similar matrix according to ;
05: Find the k most nearest neighbors to from ;
06: On the basis of the k most nearest neighbors, recommend the latent activities for ;
07: If the ’s interesting degree to the recommended activities is less than , then remove the recommended activity,
   otherwise, recommend them to .
End.