登录
首页 » 算法 »

于 2023-07-14 发布 文件大小:1.29 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

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.

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

发表评论

0 个回复

  • 最新DBSCAN代码
    Science上发表的最新DBSCAN聚类算法的代码,有助于理解
    2022-03-10 21:41:14下载
    积分:1
  • 在VC下调用科学计可视化语言软件IDL的程序示例!
    在VC下调用科学计算可视化语言软件IDL的程序示例!-the VC called scientific visualization software IDL language of the examples!
    2022-06-03 06:54:00下载
    积分:1
  • 快速排序qsort
    快速排序qsort 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-05-06 06:19:21下载
    积分:1
  • Numerical Solution of Ordinary Differential Equations, mainly for Stiff Equation...
    常微分方程的数值解法,主要针对Stiff方程组和边值问题。-Numerical Solution of Ordinary Differential Equations, mainly for Stiff Equations and Boundary Value Problems.
    2022-07-25 21:32:03下载
    积分:1
  • 适合解线性规划问题,配合VB的界面,非专业人士也可根据说明运用。...
    适合解线性规划问题,配合VB的界面,非专业人士也可根据说明运用。-solutions for linear programming problem with VB interface, non-professionals can use, according to the notes.
    2023-04-04 22:05:03下载
    积分:1
  • 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代求f(x)=x*x*x...
    原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton"s iterative method for f (x) = x* x* x-2x 4x* x 1 x = 0 in the vicinity of a real roots. If successful iteration, the returned value fees 0; Otherwise, the return 0.
    2022-10-05 09:25:03下载
    积分:1
  • c++读excel
    这个是c++读取excel 的源代码,可以让大家能简单地使用c++读取excel
    2022-01-26 20:30:08下载
    积分:1
  • C++ 数据结构 源码
    谭浩强版本的C语言教材或C++教材,书本上主要的程序讲解,实例,在包中都基本已经包含了的 另外包含了一个用C语言实现的基本的公交车系统
    2023-01-08 15:50:03下载
    积分:1
  • c++socket通信
    c++socket通信从远方获取数据,获取数据是xml。然后解析xml数据,在这个过程用到了多线程编程,这段代码对于学习socket通信以及所线程是很好的例子,同时也是学习xml解析的例子,解析xml用到的是Dom解析,此实例是c++实例!
    2022-02-06 14:45:53下载
    积分:1
  • 用matlab编写的卡尔曼滤波程序,一个文件
    用matlab编写的卡尔曼滤波程序,一个文件-Kalman filter using matlab programs written in
    2022-07-20 03:42:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载