中文说明:通过matlab编程实现关联规则挖掘算法,主要是实现apriori算法,该程序实现数据导入,在自己设定最小支持度与置信度的情况下,生成候选集,剪枝生成频繁项集,体现了apriori算法的两个基本特性,最后通过频繁项集算出强关联规则。
English Description:
Through the MATLAB programming algorithm for mining association rules, mainly Apriori algorithm implementation, the program realization of data import, in its own set of minimum support degree and confidence degree, candidate set generation and pruning to generate frequent item set, reflecting the Apriori algorithm of two basic characteristics, finally through the frequent item sets to calculate the strong association rules.