Apriori算法的问题Apriori算法在做数据挖掘的时候只考虑某几种商品一次出现的情况,而没有考虑多次出现的情况.举

泉涌蝶舞2022-10-04 11:39:541条回答

Apriori算法的问题
Apriori算法在做数据挖掘的时候只考虑某几种商品一次出现的情况,而没有考虑多次出现的情况.举个例子就是,“蛋糕和牛奶作为一个itemset出现在购物篮中”,而不是“4块蛋糕和3罐牛奶作为一个itemset出现在购物篮中”,怎样改进Apriori算法让它能够考虑到这些呢?

已提交,审核后显示!提交回复

共1条回复
TYxx啊 共回答了23个问题 | 采纳率95.7%
不知道你知不知道什么叫泛型,你可以写成List ,然后在while中给transact赋值,比如说transact.setContener(contener)然后,把你需要的字段全部set进去,然后在transList.add(transact).ok问题解决.
如果你这都看不懂的话,建议去看看书
1年前

相关推荐

英语翻译基于Weka平台的不确定数据挖掘摘 要:阐述传统关联规则挖掘Apriori算法的基本原理和算法思想,针对只能处理
英语翻译
基于Weka平台的不确定数据挖掘
摘 要:阐述传统关联规则挖掘Apriori算法的基本原理和算法思想,针对只能处理位置已经被精确给定的对象,利用开源Weka平台,通过数据转换,处理不确定数据集,对鸢尾花数据进行测试实验,挖掘出一些有益的关联结果.
关键词:数据挖掘;不确定数据;数据转换;开源;关联规则
arsenelupin41年前1
华山大虾 共回答了14个问题 | 采纳率85.7%
Uncertainty based on Weka data mining platform
Abstract:The traditional association rule mining algorithm Apriori algorithm is the basic principle and ideology,for the position has been accurately can only handle a given object,using the open source Weka platform,through the data conversion,processing uncertain data sets,on the iris data Testing Laboratory,digging out some useful results associated.
英语翻译对Apriori算法的改进及其在计算机系统的仿真研究摘 要:传统的关联规则挖掘Apriori算法时间开销大,针对
英语翻译
对Apriori算法的改进及其在计算机系统的仿真研究
摘 要:传统的关联规则挖掘Apriori算法时间开销大,针对Apriori算法的不足之处,基于关系代数理论,利用关系矩阵及相关运算给出了搜索频繁项集的基于关系代数理论的关联规则挖掘(ORAR)算法.利用关系矩阵只需扫描数据库一次,以降低算法运行时间,挖掘频繁项集,最后通过仿真实验比较这两个算法的执行时间,讨论了数据样本量和最小支持度对算法性能的影响.通过大量的仿真实验证明改进的ORAR算法是高效的,减少了挖掘数据集中频繁项集的运行时间.
关键词:数据挖掘;时间;改进;关系矩阵;关联规则
等待好孕的眷顾1年前2
87015069 共回答了21个问题 | 采纳率95.2%
On the Apriori algorithm and its simulation in computer system
Abstract:The traditional Apriori algorithm for association rule mining large time overhead for the inadequacies of Apriori algorithm,based on relational algebra theory,and related operations using relational matrix is given frequent itemset search relational algebra-based theory of association rule mining (ORAR ) algorithm.Relationship matrix used to scan the database only once,in order to reduce the algorithm running time,mining frequent itemsets,and finally the simulation results comparing the two algorithms the execution time,discussed the data sample size and minimum support on algorithm performance.Through a large number of simulation experiments showed that the improvement of ORAR algorithm is efficient,reducing the frequent itemset mining dataset running time.
关于数据挖掘中的apriori算法,帮忙推出关联规则 事务数为 5 支持度为0.6,置信度为0.6
关于数据挖掘中的apriori算法,帮忙推出关联规则 事务数为 5 支持度为0.6,置信度为0.6
所选项集:abcacdebcdfabcdabcdf
候选集1:abcdef
频繁集1:abcd
候选集2:abacadbcbdcd
频繁集2:abacadbcbdcd
候选集3:abcabdacdbcd
频繁集3:abcacdbcd
候选集4:abcd
频繁集4:
最大频繁项集:abcacdbcd
关联规则:
风往北吹ww1年前1
godmag1007 共回答了16个问题 | 采纳率81.3%
abc的支持数P1=3,acd的支持数P2=3,bcd的支持数P3=3,关联规则的输出就是在由频繁项集的项组成的关联规则中,找出置信度大于等于最小置信度阈值的关联规则.因为由频繁项集的项组成的关联规则的支持度大于等于最小支持阈...
英语翻译对Apriori算法的改进及其实现研究摘 要:传统的关联规则挖掘Apriori算法时间开销大,提出基于关系代数理
英语翻译
对Apriori算法的改进及其实现研究
摘 要:传统的关联规则挖掘Apriori算法时间开销大,提出基于关系代数理论的关联规则挖掘ORAR算法,利用关系矩阵只需扫描数据库一次.通过大量的仿真实验证明改进的ORAR算法是高效的,减少了挖掘大数据集中频繁项集的运行时间.
关键词:Apriori;ORAR;改进;关系矩阵;关联规则
zmh19781年前1
zxm2930 共回答了14个问题 | 采纳率92.9%
To Apriori algorithm improvement and realization research
abstract:The traditional connection rule excavates the Apriori algorithm time expenses to be big,proposed excavates the ORAR algorithm based on the relational algebra theory connection rule,only must scan database one time using the relational matrix.Through the massive simulation experiment proved the improvement the ORAR algorithm is highly effective,reduced the excavation large number according to the centralism frequent item of collection running time.
Key word:Apriori; ORAR; Improvement; Relational matrix; Connection rule

大家在问