- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于Weka数据挖掘工具的设计与开发--模糊C-均值聚类设计与实现
摘要
在现代社会中,企业公司大多数商务流程的核心部分是数据。而数据挖掘(Data Mining,DM)的任务就是在如此海量的数据中提取有用的数据,它在商业方面的成功应用使得工具In the modern times,The data of business enterprise is the most important thing in the business process. The purpose of Data Mining(DM) is withdraw some useful information from a great deal of data,the successful of DM in the commercial application makes a lot of data mining tools emerged.but many of these tools are commercial software, they will cost us much money if we own them,So We need to develop a free and useful data mining tool.Weka(Waikato Environment for Knowledge Analysis)is one kind of DM tool and we can get it free,it’s also an open-source tool 。Weka was developed at the University of Waikato in New Zealand,it’s function is strong and you can easily using it, This assigment will extension develops Weka . Clustering is one of the important tasks in the field of data mining. Fuzzy clustering analysis that introduces the theory of fuzzy sets, provides the capability that be used to deal with real data. the fuzzy c-means (FCM) clustering algorithm will be integrated into Weka here,that can strengthen weka’s function .
This dissertation introduces Knowledge of DM and its relative technology as well as its programs(clustering algorithm),here also Elaborate Weka and the fuzzy c-means clustering algorithm’s structure and analysis of implementation in details.
Key Words:Weka, fuzzy c-means,FCM clustering algorithm, data mining
目录
第一章 绪论 - 1 -
1.1设计背景 - 1 -
1.2 数据挖掘工具在国内外应用及研究现状 - 1 -
1.2.1 数据挖掘工具介绍 - 1 -
1.2.2 国内外数据挖掘工具应用及研究现状 - 3 -
1.3 设计内容 - 6 -
第二章 数据挖掘简介 - 7 -
2.1 数据挖掘的定义 - 7 -
2.1.1技术上的定义 - 7 -
2.1.2商业角度的定义 - 7 -
2.2 数据挖掘的产生背景 - 8 -
2.2.1处理急剧增长的巨量信息的需要 - 8 -
2.2.2相关技术支持的逐渐成熟 - 8 -
2.3 数据挖掘功能和方法 - 8 -
2.3.1数据挖掘功能 - 8 -
2.3.2 数据挖掘方法 - 9 -
2.4数据挖掘工具 - 9 -
2.4.1 数据挖掘工具结构 - 9 -
2.4.2 数据挖掘工具分类 - 10 -
2.5本章小结 - 11 -
第三章 数据挖掘聚类分析 - 12 -
3.1聚类概念 - 13 -
3.2聚类中数据类型 - 14 -
3.2.1数据标准化 - 15 -
3.2.2 相似度量方法 - 16 -
3.2.3 聚类的方法 - 17 -
3.3本章小结 - 18 -
第四章 FCM聚类算法原理 - 19 -
4.1模糊集 - 19 -
文档评论(0)