matlab实现apriori算法我要分享

Matlab implementation of Apriori algorithm

matlab 算法 apriori 实现

关注次数: 290

下载次数: 1

文件大小: 1.45 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:通过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.


代码预览