登录
首页 » 算法 »

于 2023-07-14 发布 文件大小:1.29 kB
0 125
下载积分: 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 个回复

  • Finite element method for solving PDEs
    Finite element method for solving PDEs
    2022-04-25 05:09:03下载
    积分:1
  • 2.时间序列分析
    1.二分查找 适用条件:查找序列已经有序 int binarysearch(int a[], int n, int x) {     int left, right, center;     left = 0;     right = n - 1;
    2022-03-05 08:28:07下载
    积分:1
  • MATLAB有限差分(椭圆方程)
    有限差分法的Matlab程序(椭圆型方程)-finite difference method of Matlab (elliptic equation)
    2022-01-31 09:25:49下载
    积分:1
  • 最新模拟图书馆
    最新模拟图书馆算法-latest simulation algorithm library
    2022-08-11 00:27:04下载
    积分:1
  • 高性能数值计
    文件包括了高性能数值计算库PETSC说明文档以及源代码,尤其适合做大规模并行数值计算的朋友们使用。
    2022-08-20 16:03:54下载
    积分:1
  • 一个简单的基于VC6.0的印刷体数字识别系统
    一个简单的基于VC6.0的印刷体数字识别系统,可以简单的识别宋体的印刷体数字,实现二值化,灰度化,锐角梯度化,字符分割,数字图片的归一化等功能
    2023-05-07 08:05:03下载
    积分: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
  • 利用两点距离计经纬度的matlab程序,欢迎交流。
    利用两点距离计算经纬度的matlab程序,欢迎交流。-use latitude and longitude distance calculation procedures of Matlab, welcomed the exchange.
    2023-03-27 23:50:04下载
    积分:1
  • 数据结构基本
    其中包含最常用的各种数据结构(二叉树,链表,队列)的基本操作和相关算法,还有详细的代码注释和要注意的相关问题等,是程序员学习和练习数据结构的完美教材和实力。此外还有对各种排序算法(冒泡排序,选择排序,插入排序,堆排序,shell排序,堆排序,快速排序)和查找算法的总结和实现,均为本人在找工作期间积累下来的最常考最常用算法和数据结构的精心总结,希望对找工作的朋友们有一定的帮助,欢迎下载。
    2022-03-22 15:04:53下载
    积分:1
  • 有限状态机交通控制灯
    此代码在两个方面优先实现交通控制灯。欢迎大家下载、试用。谢谢大家的支持!
    2022-09-07 15:20:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载