-
k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k object as initial cluster centers and the remaining for the other object, then according to their cluster center with those of the similarity (distance) respectively assigned to them with the most similar (represented by cluster center) clustering obtained and then calculated for each new cluster center clustering (all objects in the cluster mean) repeated this process until the standard measure of function until the beginning of convergence.
- 2023-07-14 07:15:02下载
- 积分:1
-
科学运算语言matlab的程序设计有关的函数code.rar
科学运算语言matlab的程序设计有关的函数code.rar-Scientific computing matlab programming language-related function code.rar
- 2022-02-05 12:36:22下载
- 积分:1
-
用于计算G-P关联维;和一些相关参数。并能确定最佳的嵌入维数;不是很成熟;希望各位指正;...
用于计算G-P关联维;和一些相关参数。并能确定最佳的嵌入维数;不是很成熟;希望各位指正;-G-P used to calculate the correlation dimension and a number of relevant parameters. And to determine the optimal embedding dimension not very mature hope that correction
- 2022-03-25 07:55:18下载
- 积分:1
-
fibonacci numbers
我为我的c班准备了这个。它工作时写斐波那契数。如果你想改变数字的上限,就把1000改成你想要的。
- 2022-07-09 08:36:35下载
- 积分:1
-
manual selection of color samples in an image
manual selection of color samples in an image
- 2022-07-10 17:08:10下载
- 积分:1
-
阅读 & 保持 c + + 中的图
项目读取和维护关系图使用作为要么c + + 编程语言。 存储图形邻接列表 or a 矩阵 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-23 15:15:02下载
- 积分:1
-
SM2算法源码 包含测试程序和使用说明
SM2算法源码 里面包含测试程序和使用说明 加密解密 签名验签 生成密钥对 相当的方便 可直接安放进程序使用 也可以编译成动态库后在调用 符合国家密码局标准 我现在的项目用的就是它 无私奉献给大家了
- 2022-02-21 08:39:50下载
- 积分:1
-
k-means algorithm
用java程序实现文档集合聚类的k-means算法。
- 2022-01-27 12:52:24下载
- 积分:1
-
弦截法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂...
弦截法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-chord sheet-- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
- 2023-07-17 04:10:03下载
- 积分:1
-
CART(分类回归树)
源码包包含两个文件,一个用于生成分类回归树,另一个用于画分类回归树的图例。使用时,只需调用cart.py。该代码能够实现未剪枝的分类回归树和剪枝的回归树。另外,该算法能同时以图的形式显示一颗分类回归树。
- 2022-11-07 02:55:04下载
- 积分:1