登录
首页 » Matlab » K均值对多维数据的聚类分析

K均值对多维数据的聚类分析

于 2022-04-10 发布 文件大小:1.89 kB
0 93
下载积分: 2 下载次数: 7

代码说明:

应用背景 k均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。 关键技术 先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是以下任何一个: 1)没有(或最小数目)对象被重新分配给不同的聚类。 2)没有(或最小数目)聚类中心再发生变化。 3)误差平方和局部最小。

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

发表评论

0 个回复

  • IIR
    用MATLAB下面的simulink库里的dsp builder搭建了一个图形化的iir滤波器模型(Using MATLAB simulink library following the dsp builder to build a graphical model of iir filter)
    2020-12-02 20:09:25下载
    积分:1
  • xianglingxishu
    相邻系数引入到小波变换,用局域均值分解特征提取(Adjacent coefficient is introduced into the wavelet transform, using the local mean decomposition feature extraction)
    2015-01-08 20:04:41下载
    积分:1
  • AR
    说明:  采用AR模型,估计功率谱密度,包含实测数据(The AR model is adopted to estimate the power spectral density, including the measured data)
    2020-01-14 11:39:41下载
    积分:1
  • MATLAB1
    基于m序列的直接扩频系统的仿真(程序格式是文本文档,解压后将代码拷贝近MATLAB中,即可运行)(Based on direct sequence spread spectrum system m simulation (program format is a text document, copy the code after decompress nearly MATLAB, you can run))
    2011-05-17 09:08:35下载
    积分:1
  • CMAbasedRLS
    这个matlab代码是实现基于最小二乘算法的常数模算法。较最小均方误差算法,该算法收敛速度较快。(Matlab code to achieve the constant modulus algorithm based on least squares algorithm. Than the minimum mean square error algorithm, the algorithm converges faster.)
    2012-04-28 10:48:47下载
    积分:1
  • LU-factorization
    实现矩阵的LU最大主元分解,方便快捷有效,可以查看分解过程,适合初学者(Achieve maximum principal component matrix LU decomposition, convenient and effective, you can view the decomposition process, suitable for beginners)
    2014-11-30 11:09:57下载
    积分:1
  • xfs_qm_bhv
    Directory tree accounting is implemented using project quotas, where the project identifier is inherited from parent directories.
    2014-08-18 22:28:32下载
    积分:1
  • Hermite
    Hermite差值函数算法,输入两端点的函数值以及导数,输出是差值函数。(Hermite difference function algorithm, the two end points of the input function values ​ ​ and derivatives, the output is a function of the difference.)
    2013-12-24 10:52:05下载
    积分:1
  • Delaunay
    利用matlab读取坐标文件生成delunay三角网,程序源代码和示例数据已包含(Using the MATLAB to read the coordinate file to generate the delunay triangulation, the program source code and the sample data have been included)
    2017-12-27 22:39:56下载
    积分:1
  • guntou
    连续相位调制信号(CPM)产生,抑制载波型差分相位调制,可直接计算得到多重分形谱。( Continuous phase modulation signal (CPM) to produce, Suppressed carrier type differential phase modulation, It can be directly calculated multi-fractal spectrum.)
    2016-09-10 17:46:28下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载