登录
首页 » Matlab » 实现K

实现K

于 2022-07-04 发布 文件大小:1.35 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k―medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗―E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。-achieving K-mean clustering algorithms : K-means algorithm : given the number of Class K, n will be assigned to target K to 000 category, making target category of the similarity between the largest category of the similarity between the smallest. Disadvantages : class size have no great difference for dirty data is very sensitive. Improved algorithms : k-medoids methods. Here a selection of objects called mediod to replace the center of the above, the logo on a medoid this category. Steps : 1, arbitrary selection of objects as K medoids (O1, O2, Ok ... ... Oi). Following is a cycle : 2, the remaining tar

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

发表评论

0 个回复

  • 200602A30
    algorithms for contrast enhancement
    2009-11-12 18:10:55下载
    积分:1
  • 矩量法matlab程序
    矩量法matlab程序,包括网格划分,基函数,矩量法程序(Method of moments matlab program, including mesh, basis functions, method of moments program)
    2021-01-31 16:28:32下载
    积分:1
  • shuangpu
    利用双谱分析信号的二阶非线性,检测信号的二次相位耦合(Spectral analysis of signals using two second-order nonlinear quadratic phase coupling detection signal)
    2013-11-11 18:14:35下载
    积分:1
  • 28327058778
    matlab实现灰色预测程序及案例matlab实现灰色预测程序及案例matlab实现灰色预测程序及案例matlab实现灰色预测程序及案例(matlab gray prediction program and case matlab matlab achieve gray forecasting procedures and case the gray forecasting procedures and Case matlab Grey prediction program and case)
    2012-11-14 20:59:52下载
    积分:1
  • ECE133-EXP1
    this is a matlab program for a feedback and control systems laboratory subject
    2012-11-06 22:09:31下载
    积分:1
  • adaptnulling
    利用线性约束最小方差算法(LCMV),对等距线阵、柱面扇形阵、圆锥体阵列进行仿真,得到天线抗干扰方向图(Linear constrained minimum variance algorithm (LCMV), for uniform linear array, fan-shaped array of cylinders, cones array simulation, antenna interference pattern)
    2014-05-07 18:25:42下载
    积分:1
  • m10_9
    一维自组织特征映射网络对输入向量空间进行识别分类(One-dimensional self-organizing feature map network input vector space to identify categories)
    2009-03-12 11:25:27下载
    积分:1
  • narrowbandCapon
    2010-03-18 11:12:25下载
    积分:1
  • deBoor
    说明:  de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点(algorithm evaluates demand for secondary and cubic B-spline- curve interpolation, given vertex)
    2021-04-04 15:29:04下载
    积分:1
  • zcseq
    matlab code for zadoff-chu sequence
    2013-01-10 16:16:10下载
    积分:1
  • 696518资源总数
  • 105604会员总数
  • 18今日下载