登录
首页 » matlab » MyKmeans

MyKmeans

于 2005-07-26 发布 文件大小:1KB
0 109
下载积分: 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 个回复

  • bsvm-2.05
    说明:  一个support vector machine的matlab工具箱。(a support vector machine of Matlab Toolbox.)
    2006-03-08 10:33:21下载
    积分:1
  • gaijin_pujianfa
    改进的谱减法,语音增强,音频降噪-MATLAB(audio denoising---matlab)
    2010-05-11 21:07:37下载
    积分:1
  • matlab-realization-of-frft
    frft的matlab实现,可以用于数字信号处理或图像加密(these programmes are matlab realization of frft that can be used in digital signal processing or image encryption)
    2014-01-22 15:12:53下载
    积分:1
  • Madgwick
    无人机姿态测量系统matlab程序,输入传感器数据,输出无人机的姿态角信息(UAV attitude measurement system matlab program)
    2014-07-01 22:32:13下载
    积分:1
  • Cdma2k
    一个利用matlab仿真实现CDMA的代码,欢迎大家参考:)(Realize the use of matlab simulation of a CDMA code, welcomed the U.S. reference:))
    2007-08-10 16:09:35下载
    积分:1
  • PSD2_2_PSD1
    二维功率谱密度换算一维功率谱密度的程序,对表面质量的计算尤为使用(two dimensional power spectral density to one dimensional psd)
    2009-03-05 14:38:02下载
    积分:1
  • mQQ
    混沌时间序列 GP方法求关联维数和嵌入维数(Chaotic time series GP method )
    2010-12-25 20:22:47下载
    积分:1
  • ErlangB
    通信业务量分析理论中的话务量分析预测Erlang B公式中,话务量,出线容量,阻塞率,三者关系。(Communication traffic analysis theory of traffic analysis and forecast Erlang B formula, traffic, outlet capacity, blocking rate, the relationship among.)
    2020-11-20 22:29:37下载
    积分:1
  • 45678
    基于MATLAB实现的说话人识别程序(声纹识别),分别用bp、pnn、som、rbf、lvq等算法(Speaker recognition program based on MATLAB (voice recognition), respectively BP, PNN, SOM, RBF, LVQ algorithm)
    2017-12-04 17:43:18下载
    积分:1
  • OFDMmodulationBPSK
    CMMB中的基于MATLAB仿真的采用BPSK的OFDM调制的源代码(OFDM modulation used BPSK source code in the CMMB which based on the MATLAB simulation )
    2010-07-23 17:20:54下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载