- 1、本文档共52页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
模糊聚类分析算法研究资料
摘要
聚类就是按照事物间的相似性进行区分和分类的过程,在这一过程中没有教师指导,因此是一种无监督的分类。聚类分析则是用数学方法研究和处理所给定对象的分类。传统的聚类分析是一种硬划分,它把每个待辨识的对象严格地划分到某个类中,具有非此即彼的性质,因此这种分类的类别界限是分明的。而实际上大多数对象并没有严格的属性,它们在性态和类属方面存在着中介性,适合进行软划分。Zadeh提出的模糊集理论为这种软划分提供了有力的分析工具,人们开始用模糊的方法来处理聚类问题,并称之为模糊聚类分析。
模糊聚类分析算法的一般包括三个步骤:第一步:数据标准化;第二步:建立模糊相似矩阵;第三步:聚类。本文对模糊聚类分析中的两种算法进行了重点研究。最后利用matlab实现了一个模糊聚类算法,并用实例加以验证。
关键词:模糊集合,模糊聚类分析,模糊等价矩阵,传递闭包
Abstract
This paper will illustrate “clustering analysis” thoroughly. Cluster is a process that assorts things by their similarity. There is no adviser in this process, so it is a non-supervised classification. “Clustering analysis” research and process assort things by mathematical means. Traditional Clustering analysis assorts things strictly: therefore the limit of the classification is very clearly. But in fact most of the things have no obvious attribute by each: their limit is vague, as a result soft classification is a better way to process them. Professor Zadeh introduced the theory of fuzzy sets, which offer a powerful means to solve the problem. People begin to use fuzzy way to deal with clustering problem, and call it “fuzzy clustering analysis”.
“Fuzzy clustering analysis” contains three steps. The first is data standardization; the second is to establish fuzzy similar matrix; the third is clustering. This paper will research two arithmetic of the Fuzzy clustering analysis. Finally, the paper will accomplish Fuzzy clustering analysis program by matlab. It is significant to use data to validate it.
Key words: fuzzy set, fuzzy clustering analysis, fuzzy equivalent matrix, transitive closure
目录
第1章 引言 1
1.1研究背景 1
1.2本文的研究对象与工作 3
1.3本文的内容组织 3
第2章 模糊聚类分析综述 4
2.1模糊集合的基本概念 4
2.2 模糊集合的表示法 4
2.3 模糊集的运算及性质 5
2.4 模糊集的分解定理 6
2.5 模糊矩阵 7
2.6 模糊聚类分析算法综述 14
第3章 基于模糊等价矩阵的模糊聚类分析 19
3.1基于模糊等价矩阵的模糊聚类分析的主要步骤 19
3.2 基于模糊等价矩阵的模糊聚类分析方法的评价 27
第4章 基于目标函数的模糊ISODATA聚类分析 30
4.1 模糊ISODATA聚类分析方法 30
4.2 聚类效果的检验 32
4.3 模糊ISODATA算法的改进 33
第5章 模糊聚类分析算法的实例实现 34
5.1 求模糊相似矩阵 35
5.2 计算的传递闭包 35
5.3 计算截矩阵 36
结束语 37
参考文献
文档评论(0)