- 1、本文档共7页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
FP Growth 算法在购物篮分析研究中的应用
Transactions on Computer Science and Technology
June 2013, Volume 2, Issue 2, PP.24-30
FP-Growth Algorithm for Application in
Research of the Basket Analysis
1 2#
Qing Tian , Yongmei Liu
1. School of Computer Science, Zhao Qing University, Zhaoqing Guangdong 526061, China
2. College of Information Engineering, Capital Normal University, Beijing 100048, China
#Email: snowflash@163.com
Abstract
During the process of mining frequent item sets, when minimum support is little, the production of candidate sets is a kind of
time-consuming and frequent operation in the mining algorithm. The FP growth algorithm does not need to produce the candidate
sets, the database which provides the frequent item set is compressed to a frequent pattern tree (or FP tree), the frequent item set is
mining by using of FP tree. For the sake of researching the Basket Analysis, the Frequent-Pattern is introduced, Visual C++ is
applied to design the program to mine the frequent item sets. In view of the frequent K-item set, the various results are contrasted,
the goods which is sell possibly at the same time in the supermarket is arranged in the same place.
Keywords: Candidate Sets; Frequent Item Sets; the Basket Analysis; FP-Growth; FP-Tree
FP-Growth 算法在购物篮分析研究中的应用*
1 2
田庆 ,刘永梅
1.肇庆学院 计算机学院,广东 肇庆 526061
2.首都师范大学 信息工程学院,北京 100048
摘 要:频繁项集的挖掘过程中,在最小支持度较小的情况下,候选集的产生是算法的主要耗时操作。FP-Growth 算法不
用产生候选集,将提供频繁项集的数据库压缩到一棵频繁模式树 (或FP-Tree),利用FP-Tree 挖掘出频繁项集。为了进
行购物篮分析,根据FP-Growth 算法的理论,运用VC++程序开发工具,对数据进行频繁项集挖掘,针对挖掘得到的频繁
K 项集,对比实验数据指导超级市场将可能同时卖出的商品摆放在一起。
关键词:候选集;频繁项集;购物篮分析;FP-Growth ;FP-Tree
引言
在过去的数十年中,经济
文档评论(0)