• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2020, Vol. 42 ›› Issue (12): 2259-2264.

Previous Articles     Next Articles

Frequent itemsets mining for data stream based on AO algorithm

WEN  Kai1,2,3,GENG Xiao-hai1,2,3,ZHU Lu-wei1,2,3,XU Meng-meng1,2,3   

  1. (1.School of Communication and Information Engineering,
    Chongqing University of Posts and Telecommunications,Chongqing 400065;

    2.Research Center of New Telecommunication Technology,
    Chongqing University of Posts and Telecommunications,Chongqing 400065;

    3.Chongqing Information Technology Designing Co.,Ltd.,Chongqing 401121,China)

  • Received:2019-11-21 Revised:2020-03-20 Accepted:2020-12-25 Online:2020-12-25 Published:2021-01-05

Abstract: In view of a series of problems existing in support update, window update mode and frequent k-itemset mining of traditional frequent itemset mining algorithm in data flow, which results in low efficiency of space and time, an efficient AO algorithm for mining frequent itemsets in data streams is improved. The algorithm uses the idea of sliding window to mine the data stream in blocks; when there is new data flowing in the full window, the residual insertion is used to update the data; and operation is used to solve the support degree of frequent k-itemsets, and the superset detection is combined in the mining process, which greatly improves the mining efficiency. The experimental results show that the algorithm has good superiority in both time and space efficiency.


Key words: data stream, superset checking, frequent itemsets, And Operation