Research on improvement of Apriori algorithm based on matrix compression
Mi Ao Miaomiao, Yuying Wang
Abstract
Mi Ao Miaomiao, Yuying Wang
Abstract
Apriori algorithm is a classical algorithm using association rules in data mining, The algorithm has the defect of producing a large number of candidate itemsets and scanning the database many times. This paper puts forward an improved Apriori algorithm based on matrix compression, which scans a database and turns it into a Boolean transaction matrix, and then compresses the transaction matrix according to the relevant properties to reduce the amount of computation. The experimental results show that the improved algorithm performance has been significantly improved.
OpenAlex reports 9 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.
Apriori algorithm is a classical algorithm using association rules in data mining, The algorithm has the defect of producing a large number of candidate itemsets and scanning the database many times. This paper puts forward an improved Apriori algorithm based on matrix compression, which scans a database and turns it into a Boolean transaction matrix, and then compresses the transaction matrix according to the relevant properties to reduce the amount of computation. The experimental results show that the improved algorithm performance has been significantly improved.
Key concepts: Apriori algorithm, Computer science, Association rule learning, Computation, Database transaction, Data mining, A priori and a posteriori, Logical matrix