function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
标签: data function Exponent obj_fcn
上传时间: 2013-12-18
上传用户:ynzfm
Java設計模式. 目的是學習. Java design pattern for the purpose of learning. JAMES W. COOPER
上传时间: 2014-09-06
上传用户:cc1015285075
By Brian W. Kernighan and Dennis M. Ritchiey一起合著的C语言经典之作,无论是初学者还是工程师都会得到很大的收获,非常之经典
上传时间: 2016-12-14
上传用户:tb_6877751
Brian W. Kernighan和Dennis M. Ritchie编写的经典的C语言教程.
上传时间: 2014-01-06
上传用户:huyiming139
C语言是在 70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式 发表了C 语言。同时由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并 没有定义一个完整的标准C语言,后来由美国国家标准学会在此基础上制定了一个C 语言 标准,于一九八三年发表。通常称之为ANSI C。 当代最优秀的程序设计语言
标签: Kernighan Ritchit PROGRA THE
上传时间: 2016-12-23
上传用户:chens000
Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the functions NNPRUNE and NNFPE.
标签: network w.r.t. derivatives Produces
上传时间: 2013-12-18
上传用户:sunjet
Measurement of gamma characteristic(Ca200Sample_Gamma.exe)provides Gamma characteristics of W,R,G and B. Measurement at 16,32,64,128,256 gradation.
标签: characteristics characteristic Sample_Gamma Measurement
上传时间: 2016-12-29
上传用户:familiarsmile
作品功能介绍:这个软件的功能是娱乐作用,玩家可以同过四个键(分别为WASD,W为向上,S为向下,A为向左,D为向右),来控制里面的圆圈,圆圈代表着一个人物,只要你能控制小圆圈到达目的地(即是另外一个红圆圈),那就代表你完成了任务,也就是你胜利了.
上传时间: 2013-12-22
上传用户:star_in_rain
Error probability performance for W-CDMA systems with multiple transmit and receive antennas in correlated Nakagami fading channels
标签: probability performance antennas multiple
上传时间: 2014-01-08
上传用户:WMC_geophy
计算Mel倒谱系数的matlab程序: MELCEPST Calculate the mel cepstrum of a signal C=(S,FS,W,NC,P,N,INC,FL,FH) 使用: c=melcepst(s,fs) % calculate mel cepstrum with 12 coefs, 256 sample frames
标签: Calculate MELCEPST cepstrum matlab
上传时间: 2017-01-04
上传用户:youmo81