-
K-means算法
应用背景c++代码,基于k-means遗传算法的应用,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。关键技术K-Means的算法如下:随机在图中取K(这里K=2)个种子点。然后对图中的所有点求到这K个种子点的距离,假如点Pi离种子点Si最近,那么Pi属于Si点群。(上图中,我们可以看到A,B属于上面的种子点,C,D,E属于下面中部的种子点)接下来,我们要移动种子点到属于他的“点群”的中心。(见图上的第三步)然后重复第2)和第3)步,直到,种子点没有移动(我们可以看到图中的第四步上面的种子点聚合了A,B,C,下面的种子点聚合了D,E)。
- 2022-08-15 16:57:53下载
- 积分:1
-
这是一个小游戏,它是流行的儿童,实用的新球员。
这就是我们玩的小游戏,对开始接触游戏开发的新手很实用。-This is a small game which is popular with children,practical for new player.
- 2022-02-22 04:48:23下载
- 积分:1
-
Using VC++ 6.0 for the Tankedaizhan, very practical, may be interested to see if...
用VC++ 6.0 编的坦克大战,蛮实用的,有兴趣的可以看看,会对你有所帮助。-Using VC++ 6.0 for the Tankedaizhan, very practical, may be interested to see if it would be helpful to you.
- 2022-01-22 13:34:11下载
- 积分:1
-
毕业论文,一个考试系统
毕业论文,一个考试系统-Thesis, an examination system
- 2023-03-30 17:20:03下载
- 积分:1
-
在 ns2 数据骡子集合代码
这是关于由移动接收器与一些特定的压缩技术的传感器综合数据集合中数据骡子的编码
- 2022-07-19 06:07:46下载
- 积分:1
-
这个脚本的目的是作为一个单独的脚本,可以很容易地集成…
This script was designed as a stand alone script which can be easily intergrate into any existing website as it is,but if you want to intergrate it into a site which uses a content management format, then some alterations will have to be done for
it to work properly. Remember this is a project and I am constantly working to improve it, so I can t guarantee that
it will work for everyones needs, but dammmmd close. -This script was designed as a stand alone script which can be easily intergrate into any existing website as it is, but if you want to intergrate it into a site which uses a content management format, then some alterations will have to be done forit to work properly. Remember this is a project and I am constantly working to improve it, so I can t guarantee thatit will work for everyones needs, but dammmmd close.
- 2023-06-13 06:40:03下载
- 积分:1
-
检查 C 源码中括号的匹配性
检查 C 源码中括号的匹配性-check C source code compatibility brackets
- 2022-07-06 16:39:50下载
- 积分:1
-
added to the website calendar of events, the correlation between the ease of com...
在网页中添加事件日历,便于相互之间的通信和交流,同时提供编辑,删除过期事件等功能!-added to the website calendar of events, the correlation between the ease of communication and exchange, while providing editing, deletion of expired incidents function!
- 2022-07-23 08:59:03下载
- 积分:1
-
ocr文字识别
图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的—要价太高;自己做—难度太大。其实微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支持多种图形格式(bmp,jpg,tif)。在其它地方摘录的,希望能够共同借鉴学习,给原创者点个赞。
- 2022-09-18 08:10:03下载
- 积分:1
-
这个文件主要介绍了LMS和RLS的一些基本的滤波功能
这个文件主要介绍了LMS和RLS的一些基本的滤波功能-This paper mainly introduces the LMS and RLS some basic filtering
- 2023-06-10 09:25:03下载
- 积分:1