期刊名称:International Journal of Soft Computing & Engineering
电子版ISSN:2231-2307
出版年度:2015
卷号:5
期号:1
页码:141-144
出版社:International Journal of Soft Computing & Engineering
摘要:In data mining, Association rule mining is one of the popular and simple method to find the frequent item sets from a large dataset. While generating frequent item sets from a large dataset using association rule mining, computer takes too much time. This can be improved by using particle swarm optimization algorithm (PSO). PSO algorithm is population based heuristic search technique used for solving different NP-complete problems. The basic drawback with PSO algorithm is getting trapped with local optima. So in this work, particle swarm optimization algorithm with mutation operator is used to generate high quality association rules for finding frequent item sets from large data sets. The mutation operator is used after the update phase of PSO algorithm in this work. In general the rule generated by association rule mining technique do not consider the negative occurrences of attributes in them, but by using PSO algorithm over these rules the system can predict the rules which contains negative attributes.