Algorithm 3: Apriori-based EventGraph Miner.
Input: G
w
1
, G
w
2
, . . . , G
w
M
- sets of event graphs for
worlds 1 . . . M; minSup - minimal relative ex-
pected support threshold.
Output: F
1
, F
2
, . . . , F
k
- sets of frequent event
graphs with cardinality 1 to k.
1: F
1
← sets of frequent event graphs of cardinality
1 detected for G
w
1
, G
w
2
, . . . , G
w
M
.
2: F
2
← sets of frequent event graphs of cardinality
2 detected for G
w
1
, G
w
2
, . . . , G
w
M
.
3: while F
k−1
6=
/
0 do
4: F
k
←
/
0.
5: C
k
← Candidate-gen(F
k−1
).
6: for each G ∈ C
k
do
7: relExpSup(G) ← 0.
8: for each event graphs set G
w
i
do
9: sup
w
i
(G) ← 0.
10: for each H ∈ G
w
i
do
11: if Is-isomorphism(G, H) then
12: sup
w
i
(G) ← sup
w
i
(G) + 1.
13: end if
14: end for
15: relExpSup(G) ← relExpSup(G) +
P(w
i
) ·
sup
w
i
(G)
|G
w
i
|
.
16: end for
17: if relExpSup(G) ≥ minSup then
18: F
k
← F
k
∪ G.
19: end if
20: end for
21: end while
each world based on its microclustering index gener-
ating a set of event graphs and discovering expected
frequent event graphs from given dataset. The sev-
eral points of the proposed framework shall be further
discussed:
• The method for microclustering dataset. We pro-
posed rather simple method for dataset microclus-
tering. The more complex approaches may be to
apply one of the well known density based algo-
rithms (DBSCAN or OPTICS).
• For generating possible worlds and microcluster-
ing set. While the aim of microclustering is to
merge location of uncertain instances and reduce
the number of generated worlds, the number of
generated worlds still may be significant. That can
make the algorithm discovering expected frequent
event graphs infeasible.
In our future work, we will focus on improving
the notions provided in the paper and performing ex-
perimental results showing efficiency and effective-
ness of the proposed algorithms. Some preliminary
experiments performed by us show that the possible
bottleneck of the proposed solution is the number of
generated possible worlds despite performing micro-
clustering step. In such a case, further improvements
of the solution should focus on more efficient gen-
eration of possible worlds and calculating support of
event graphs.
REFERENCES
Aggarwal, C. C. (2009). Managing and Mining Uncertain
Data. Springer Publishing Company, Incorporated.
Aggarwal, C. C., Li, Y., Wang, J., and Wang, J. (2009). Fre-
quent pattern mining with uncertain data. In Proceed-
ings of the 15th ACM SIGKDD International Con-
ference on Knowledge Discovery and Data Mining,
KDD ’09, pages 29–38, New York, NY, USA. ACM.
Bernecker, T., Kriegel, H.-P., Renz, M., Verhein, F., and
Zuefle, A. (2009). Probabilistic frequent itemset min-
ing in uncertain databases. In Proceedings of the 15th
ACM SIGKDD International Conference on Knowl-
edge Discovery and Data Mining, KDD ’09, pages
119–128, New York, NY, USA. ACM.
Chui, C.-K. and Kao, B. (2008). A Decremental Approach
for Mining Frequent Itemsets from Uncertain Data,
pages 64–75. Springer Berlin Heidelberg, Berlin, Hei-
delberg.
Chui, C.-K., Kao, B., and Hung, E. (2007). Mining Fre-
quent Itemsets from Uncertain Data, pages 47–58.
Springer Berlin Heidelberg, Berlin, Heidelberg.
Emrich, T., Kriegel, H. P., Mamoulis, N., Renz, M., and
Zufle, A. (2012). Querying uncertain spatio-temporal
data. In 2012 IEEE 28th International Conference on
Data Engineering, pages 354–365.
Huang, Y., Zhang, L., and Zhang, P. (2008). A framework
for mining sequential patterns from spatio-temporal
event data sets. IEEE Transactions on Knowledge and
Data Engineering, 20(4):433–448.
Jiang, C., Coenen, F., and Zito, M. (2013). A survey of
frequent subgraph mining algorithms. The Knowledge
Engineering Review, 28(1):75–105.
Kuramochi, M. and Karypis, G. (2004). An efficient al-
gorithm for discovering frequent subgraphs. IEEE
Transactions on Knowledge and Data Engineering,
16(9):1038–1051.
Leung, C. K. S. and MacKinnon, R. K. (2014). Fast al-
gorithms for frequent itemset mining from uncertain
data. In 2014 IEEE International Conference on Data
Mining, pages 893–898.
Li, Y., Bailey, J., Kulik, L., and Pei, J. (2013). Mining
probabilistic frequent spatio-temporal sequential pat-
terns with gap constraints from uncertain databases.
In 2013 IEEE 13th International Conference on Data
Mining, pages 448–457.
Li, Z. (2014). Spatiotemporal Pattern Mining: Algorithms
and Applications, pages 283–306. Springer Interna-
tional Publishing, Cham.
Ouyang, Z., Wang, L., and Wu, P. (2017). Spatial co-
location pattern discovery from fuzzy objects. In-
ICPRAM 2019 - 8th International Conference on Pattern Recognition Applications and Methods
662