- 1、本文档共43页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
本科毕业设计(论文)
题目:基于K-均值遗传算法的聚类程序
学 院 软件学院
专 业 软件工程
学生姓名
学生学号
指导教师
提交日期 2012 年 月 日
摘 要
在这篇论文里,我们先介绍遗传算法的原理以及特点,然后介绍遗传算法的现今的发展状况。之后我们介绍在数据挖掘方面的发展和前景,最后,介绍遗传算法在数据挖掘方面的应用。
我们提出一个能够把一个给定的数据整体上理想的划分成指定数目的簇的新颖的混合遗传算法。在聚类方面,GA早期要么用于从父染色体中生成子染色体的昂贵的交叉算子,要么用于昂贵的适应度函数
之后我们会介绍这个混合算法的C++实现,介绍程序用到的类和类内部的成员参数和成员函数。介绍一下世界各国物价水平数据,最后我们用程序对世界各国物价水平
进行聚类分析,检查程序的实用性和性能,最后根据结果得出结论。
关键词:数据挖掘,聚类,遗传算法, K均值算法,整体最优解。
Abstract
We firstly introduced?the principle and feature?of?genetic algorithm,?and then describe?the?present state of development?of?the?genetic algorithm. We introduce?the?data mining?developments and?prospects, and finally?to introduce the application of the genetic?algorithm in data mining.
We propose a novel hybrid genetic algorithm that finds a globally optimal partition of a given data into a specified number of clusters. GA’s used earlier in clustering employ either an expensive crossover operator to generate valid child chromosomes from parent chromosomes or a costly fitness function or both. To circumvent these expensive operations, we hybridize GA with a classical gradient descent algorithm used in clustering viz., K-means algorithm. Hence, the name is genetic K-means algorithm (GKA). We define K-means operator, one-step of K-means algorithm, and use it in GKA as a search operator instead of crossover. We also define a biased mutation operator specific to clustering which base on distance. Using finite Markov chain theory, we prove that the GKA converges to the global optimum.
Then we will introduce the implementation of this hybrid algorithm in C++ and the class of parameter members and member functions in this program. And then we will introduce the data of the world price level data. Finally we use this program on the data to clustering analysis. Check the usability and performance of the program, and
您可能关注的文档
- (毕业设计论文)《超短激光脉冲自频移现象的研究》.doc
- (毕业设计论文)《超级电容的实际电参数模型与特性研究》.doc
- (毕业设计论文)《超级电容器的发展与应用》.doc
- (毕业设计论文)《超宽带无线通信技术及主要应用》.doc
- (毕业设计论文)《超声波芯片探伤仪的设计与实现》.doc
- (毕业设计论文)《车床尾座套筒机械加工工艺编制及数控加工》.doc
- (毕业设计论文)《车牌字符分割与数字识别算法研究》.doc
- (毕业设计论文)《陈洪绶人物画艺术风格分析》.doc
- (毕业设计论文)《成人教育管理体制改革论》.doc
- (毕业设计论文)《成商集团与茂业国际股价差异分析—基于A、H股价差的案例》.doc
文档评论(0)