Design and Implementation of an Improved Apriori Data Mining Algorithm
Meilin Zeng, Qiangqiang Xiong, Ke Li
Abstract
Open-access reader
Meilin Zeng, Qiangqiang Xiong, Ke Li
Abstract
Open-access reader
The need to scan the database D many times when the Apriori algorithm is applied to a large database causes the I/O load overhead of the disk to increase.An improved Apriori algorithm is designed.After scanning the original database D for the first time, it generates a candidate transaction database k A .In the process of generating frequent itemsets, the candidate transaction database k A is scanned each time.Experiments show that if the K value is very large, the number of k A will be much less than that of the original database, which will solve the problem of I/O overload and reduce operation time, so as to achieve the purpose of optimizing Apriori algorithm.
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 need to scan the database D many times when the Apriori algorithm is applied to a large database causes the I/O load overhead of the disk to increase.An improved Apriori algorithm is designed.After scanning the original database D for the first time, it generates a candidate transaction database k A .In the process of generating frequent itemsets, the candidate transaction database k A is scanned each time.Experiments show that if the K value is very large, the number of k A will be much less than that of the original database, which will solve the problem of I/O overload and reduce operation time, so as to achieve the purpose of optimizing Apriori algorithm.
Key concepts: Apriori algorithm, Computer science, Data mining, A priori and a posteriori, Algorithm design, Algorithm, Association rule learning, Epistemology