登录
首页 » matlab » GA-SA_Enhanced_k-mean-master

GA-SA_Enhanced_k-mean-master

于 2020-11-26 发布
0 199
下载积分: 1 下载次数: 11

代码说明:

说明:  使用遗传算法等对k均值聚类进行优化,使k均值聚类效果有所提高(Use genetic algorithm to optimize K-means clustering, so that the effect of K-means clustering is improved)

文件列表:

GA-SA_Enhanced_k-mean-master\BezdekIris.txt, 4549 , 2019-04-22
GA-SA_Enhanced_k-mean-master\fitness.m, 2599 , 2019-04-22
GA-SA_Enhanced_k-mean-master\GA_Clustering.m, 4383 , 2019-04-22
GA-SA_Enhanced_k-mean-master\GenerateData.m, 638 , 2019-04-22
GA-SA_Enhanced_k-mean-master\GS_SA_Clustering.m, 5160 , 2019-04-22
GA-SA_Enhanced_k-mean-master\KMvariation.m, 1734 , 2019-04-22
GA-SA_Enhanced_k-mean-master\KM_GA_Clustering.m, 5083 , 2019-04-22
GA-SA_Enhanced_k-mean-master\KM_GSA_Clustering.m, 5792 , 2019-04-22
GA-SA_Enhanced_k-mean-master\K_means.m, 2095 , 2019-04-22
GA-SA_Enhanced_k-mean-master\moni.txt, 4254 , 2019-04-22
GA-SA_Enhanced_k-mean-master\plotSamples.m, 387 , 2019-04-22
GA-SA_Enhanced_k-mean-master\README.md, 755 , 2019-04-22
GA-SA_Enhanced_k-mean-master, 0 , 2019-12-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 无控件版Delphi图书管理系统源码Access数据库
    无控件版Delphi图书管理系统源码Access数据库,采用面向对象的程序设计理念编写,程序无使用第三方外部控件,因此在Delphi7环境下可直接编译代码,运行时请注意access的路径,运行界面效果如演示截图所示。   本套系统主要用来管理图书资料的,并不包括类似图书馆那样的租借模块,基本是数据库的简单操作,可修改成其它档案资料管理系统。
    2022-03-22 14:42:08下载
    积分:1
  • 航迹生成技术
    说明:  航迹生成的算法,用于在线规划任务航线的资料。(The algorithm of track generation is used to plan the data of mission route online.)
    2020-06-17 21:20:02下载
    积分:1
  • asd
    stegnography papper pdf document
    2009-10-17 05:31:58下载
    积分:1
  • 对联广告
    自己写的对联广告,随滚动条滚动,代码简单有备注(Write your own couplet ads, scroll along with the scroll bar, the code is simple with notes)
    2020-06-23 22:20:02下载
    积分:1
  • l4d2第三人称插件
    说明:  求生之路第三人称插件的源码,,,,,,,,(Way to Survival Third Person Plug-in Source,,,,,)
    2020-06-17 22:40:02下载
    积分:1
  • jQuery EasyUI 1.4.4 版 API 中文版
    中文API,下了受益终生,一次一块 日日日i日日(my english is to high hahahaha,)
    2018-06-26 14:13:56下载
    积分:1
  • DOA_MATLAB源程序
    说明:  几种相干信号的doa估计方法,如空间平滑等,可以轻松实现解相干。亲测可用(Several DOA estimation methods of coherent signals, such as spatial smoothing, can easily achieve decoherence. Pro test available)
    2020-09-28 19:07:44下载
    积分:1
  • 航空订票系统
    基于 web 的"航空公司预订系统"项目是试图刺激 航空订票系统的基本概念。客户要做的事情如在指定的日期,搜索航空公司航班为两个旅游城市系统,使选择的基础的详细信息、 航班预订和取消预订航班。 该系统允许航空公司乘客要搜索可用两个旅游城市,即"出发城市"和"到达城市"为具体的出发和到达日期之间的航班。系统不显示飞行的所有详细信息,如飞行的名称、 价格和工期的旅程等。 在搜索后系统显示的可用航班列表,并允许客户选择一个特别航班。然后,系统将检查在飞机上的座位的可用性。如果座椅在可用系统允许乘客预订一个座位。否则,它会要求用户选择另一次飞行。 预订飞行系统要求客户输入他详细信息,如名称、 地址、 城市、 州、 信用卡号码及联络电话号码。然后检查卡和飞行的书的有效性,并更新航空公司数据库和用户数据库。该系统还允许客户取消其预订,如果出现任何问题。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-16 02:31:05下载
    积分:1
  • 灵巧噪声干扰的建模仿真研究
    各种灵巧噪声干扰(卷积,假目标,C&I等)仿真及论文; 以及抗干扰的一些算法程序(Various smart noise jamming (convolution, false target, C&I, etc.) simulation and papers; And some anti-jamming arithmetic programs)
    2021-04-23 21:28:47下载
    积分:1
  • VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表...
    VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving mathematics, the underlying programming, calibration algorithms, the issue of algorithms, document algorithms, case conversion, hexadecimal conversion characters conversion, arrays, single-linked list, binary search, Tower of Hanoi algorithm, as well as some other commonly used algorithms, and some contain examples, C++ programming rare programming information
    2022-04-23 08:00:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载