A high-efficiency algorithm for Mining Frequent Itemsets over transaction data streams
Zhaoyang Qu, Peng Li, Yaying Li
Abstract
Zhaoyang Qu, Peng Li, Yaying Li
Abstract
The mobility and unlimitedness of data streams make the traditional frequent itemsets mining algorithm no longer applicable. In this paper, according to the characteristics of data streams, we propose a novel algorithm MFIBA(Mining Frequent Itemsets based on Bitwise AND) based on bitwise AND operation for mining frequent itemsets. This algorithm updates the sliding window with basic window, and maintains item's frequent information in the memory with the array structure, finally obtains all the frequent itemsets by using bitwise AND operations between items. The arrays are updated dynamically when a basic window is inserted into the sliding window, the analysis and experiment results show that this algorithm has good performance.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The mobility and unlimitedness of data streams make the traditional frequent itemsets mining algorithm no longer applicable. In this paper, according to the characteristics of data streams, we propose a novel algorithm MFIBA(Mining Frequent Itemsets based on Bitwise AND) based on bitwise AND operation for mining frequent itemsets. This algorithm updates the sliding window with basic window, and maintains item's frequent information in the memory with the array structure, finally obtains all the frequent itemsets by using bitwise AND operations between items. The arrays are updated dynamically when a basic window is inserted into the sliding window, the analysis and experiment results show that this algorithm has good performance.
Key concepts: Bitwise operation, Sliding window protocol, Computer science, Data mining, Data stream mining, Window (computing), Database transaction, Algorithm