-
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
-
类的测试程序告诉初学者如何更好的建立工程
类的测试程序告诉初学者如何更好的建立工程-kind of testing procedures tell beginners how to build a better project
- 2023-05-20 15:00:04下载
- 积分:1
-
这个代码写在巴斯科姆编译器控制和制动装置
this code write under bascom compiler for control and trig a device
- 2022-08-08 04:22:46下载
- 积分:1
-
mobile games : WINDOWS mine is on classic games, cell phones let you mine cleara...
手机游戏: 扫雷是WINDOWS上经典的游戏, 手机扫雷让您随时随地享受扫雷的乐趣!-mobile games : WINDOWS mine is on classic games, cell phones let you mine clearance anywhere to enjoy the fun!
- 2022-03-17 18:17:05下载
- 积分:1
-
一款局域网工具,能进行点对点传送文件,还可以通信
一款局域网工具,能进行点对点传送文件,还可以通信-A local area network tools, can be point-to-point transmission of documents, but also communication
- 2022-08-17 00:52:33下载
- 积分:1
-
category intimidation game is well
恐吓类小游戏,很适合喜欢搞恶作剧的朋友们.-category intimidation game is well-suited to the likes mischievous friends.
- 2022-01-24 09:17:00下载
- 积分:1
-
Matrices, including matrix addition, subtraction, multiplication, there is inver...
矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
- 2022-06-03 08:39:10下载
- 积分:1
-
工业设计曲线显示
工业设计曲线显示-industrial design curve shows
- 2023-01-06 09:15:04下载
- 积分:1
-
achieve a cell phone text message TX VC Serial Programming FOSS
一个实现手机收发短信的VC++串口编程源码-achieve a cell phone text message TX VC Serial Programming FOSS
- 2022-02-20 09:48:18下载
- 积分:1
-
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天...
此系统用EXEL开发,摘要如下,对于血液供需模型,我们对某地区进行了系统模拟,为了使医疗中心花费最少,我们首先对三种情况进行分析,就是不举办活动,每30,60天举办活动,得出结果,每30天举办一次活动,费用最少。最后,我们对模型评价与推广,还有个人的心得体会。-system used EXEL development, summarized below, the blood supply model, we have certain areas of the system simulation, in order to spend at least a medical center, we first of the three, is not organizing activities, held every 415.70 days, the outcome of each 30 days of an event, at least cost. Finally, we model for evaluation and promotion, there are personal experiences.
- 2022-04-26 09:28:41下载
- 积分:1