DocumentCode
2485118
Title
Association rule mining algorithm based on matching array
Author
Liangjun Li ; Jionghui Zhang ; Yuanyuan Che
Author_Institution
Sch. of Inf. Sci. & Eng, Northeastern Univ., Shenyang, China
fYear
2013
fDate
12-13 Oct. 2013
Firstpage
384
Lastpage
387
Abstract
The association rule mining algorithm Apriori need to repeatedly scan the transaction database and a lot of I/O loads, moreover it may generate huge candidate sets, the complexity of time and space is relatively high. Aiming at the limitation of the algorithm, an algorithm is proposed for association rule mining based on matching array. The algorithm only needs to scan the database once, screens out 1-frequent item sets and encode them. The latter process of the algorithm is candidate encoding operation and the effectiveness verification of frequent item sets, without scanning the database, and does not process the invalid frequent items for matching array. The experimental results under the same condition show that the improved algorithm can reduce the times of scanning database and the number of candidate by deleting candidate, thereby improving efficiency of the algorithm.
Keywords
computational complexity; data mining; database management systems; formal verification; pattern matching; transaction processing; I/O loads; apriori algorithm; association rule mining algorithm; database scanning; effectiveness verification; encoding operation; frequent item sets; matching array; space complexity; time complexity; transaction database; Algorithm design and analysis; Arrays; Association rules; Complexity theory; Databases; Encoding; apriori algorithm; association rules; candidate; frequent item sets;
fLanguage
English
Publisher
ieee
Conference_Titel
Computer Science and Network Technology (ICCSNT), 2013 3rd International Conference on
Conference_Location
Dalian
Type
conf
DOI
10.1109/ICCSNT.2013.6967135
Filename
6967135
Link To Document