-
k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。
Matlab 源代码,以兰花数据集作为测试对象。-k-means algorithm to accept input k then n data object is divided into k-clustering in order to make available to the cluster to meet: the same objects in clustering high similarity and objects in different clustering the similarity smaller. Cluster similarity is the use of the clustering of objects by means of a
- 2022-02-01 10:09:59下载
- 积分:1
-
冒泡排序
冒泡排序-Bubble sort
- 2022-07-22 01:04:15下载
- 积分:1
-
使用循环链表实现空间复杂度压缩的LZSS算法
使用循环链表实现空间复杂度压缩的LZSS算法
- 2022-03-15 17:55:01下载
- 积分:1
-
用C#实现线性表和多项式相加功能
用C#实现线性表和多项式相加功能-C# linear polynomial form and function together
- 2023-08-13 05:45:03下载
- 积分:1
-
字符串分解程序,用VB编写。把一个长字符串分解成若干小的字符串...
字符串分解程序,用VB编写。把一个长字符串分解成若干小的字符串-string decomposition process, the preparation of VB. Put a long string divided into several small string
- 2022-03-16 21:15:45下载
- 积分:1
-
背包项目在碳/碳+ +小项目
应用背景信息技术硕士背包项目;关键技术源代码是在背包里。请运行此文件
- 2022-04-17 12:17:19下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1
-
operating system, the solution Deadlock
操作系统中,有关死锁的解决方法-银行家算法,C++编写.-operating system, the solution Deadlock- bankers algorithms, written in C++.
- 2022-09-05 00:20:02下载
- 积分:1
-
fourier transform and MATLAB
fourier transform and MATLAB
- 2022-01-25 16:39:32下载
- 积分:1
-
HMM源码 java版,可以直接放到weka里用
HMM源码 java版,可以直接放到weka里用,他是一个HMM算法的代码包,当需要在weka里使用该算法是,就可以通过配置
将其添加到weka里使用
- 2022-08-18 17:53:53下载
- 积分:1