登录
首页 » matlab » MyKmeans

MyKmeans

于 2005-07-26 发布 文件大小:1KB
0 182
下载积分: 1 下载次数: 722

代码说明:

  实现聚类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 targets assigned to each category (in accordance with the closest medoid principle); 3, for each category (Oi), the order of selection of a Or, calculated Oi Or replace the consumption-E (Or))

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

发表评论

0 个回复

  • 311
    It is about an communication lab experiment of modulated signals
    2009-12-20 23:31:50下载
    积分:1
  • digitalaskfinal
    基于matlab仿真的调制解调算法,对一个输入序列能正确调制和解调并输出相应的波形(arithemtic of modulation and demodulation)
    2009-06-15 20:18:08下载
    积分:1
  • DTC
    Direct torque control of an asynchrone machine
    2011-11-30 21:33:32下载
    积分:1
  • serial
    matlab串口发送接收数据,查询缓存接收固定长度的数据,无聊随便写个小程序玩玩(matlab serial transmission and reception of data, query cache receives a fixed-length data, bored easily write a small program to play)
    2016-04-14 21:28:29下载
    积分:1
  • vc_matlab
    Visual C++_MATLAB图像处理与识别实用案例精选+源代码(Visual C++ _MATLAB image processing and recognition of practical case selection+ Source Code)
    2009-12-18 10:14:53下载
    积分:1
  • K150---DIYpack25ep
    K150 - DIYpack25ep for windows 7
    2014-10-25 20:44:45下载
    积分:1
  • sbkz
    MATLAB编程,发射声波控制,检测目标。界面友好,易操作,易理解(MATLAB programming, acoustic emission control, detect target. Friendly interface, easy operation, easy to understand)
    2010-09-02 16:11:33下载
    积分:1
  • work
    LTE的物理层CRC检错编码的编解码,符合最新的LTE标准(CRC encoding and decoding of LTE )
    2010-11-21 13:41:29下载
    积分:1
  • svpwm-model-of-3-level-npc-inverter
    svpwm model of 3-level npc invertersvpwm model of 3-level npc invertersvpwm model of 3-level npc invertersvpwm model of 3-level npc invertersvpwm model of 3-level npc inverter
    2020-10-09 10:27:35下载
    积分:1
  • Simulink全桥仿真
    simulink仿真实现全桥电路的功能,已验证,可用。支持Matlab版本(Simulink simulation to achieve full bridge circuit function, has been verified, available. Support Matlab version)
    2017-11-05 20:46:27下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载