capture frames in mobile 6.0 you can edit raw data with callback FUnction
标签: callback FUnction capture frames
上传时间: 2013-11-26
上传用户:pkkkkp
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
FUnction [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The FUnction fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.
标签: fcm FUnction Version Routine
上传时间: 2014-11-30
上传用户:二驱蚊器
FUnction varargout = lcmgui(varargin) % LCMGUI M-file for lcmgui.fig % LCMGUI, by itself, creates a new LCMGUI or raises the existing
标签: LCMGUI lcmgui varargout FUnction
上传时间: 2016-12-20
上传用户:cxl274287265
This FUnction calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of % weights in the network if the network has been trained with % weight decay, an estimate of the noise variance, and the Gauss-Newton % Hessian. %
标签: generalization calculates prediction FUnction
上传时间: 2014-12-03
上传用户:maizezhen
This FUnction calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat) % produces the final prediction error estimate (fpe), the effective number % of weights in the network if it has been trained with weight decay, % an estimate of the noise variance, and the Gauss-Newton Hessian. %
标签: generalization calculates prediction FUnction
上传时间: 2016-12-27
上传用户:脚趾头
This FUnction applies the Optimal Brain Surgeon (OBS) strategy for % pruning neural network models of dynamic systems. That is networks % trained by NNARX, NNOE, NNARMAX1, NNARMAX2, or their recursive % counterparts.
标签: FUnction strategy Optimal Surgeon
上传时间: 2013-12-19
上传用户:ma1301115706
Please carefully read the many features of your package and then write the specific FUnction (at least 20 words). As far as possible not to let the station master of the time spent in the
标签: carefully the features FUnction
上传时间: 2013-12-16
上传用户:ouyangtongze
This FUnction checks the mailbox to see if a message is available. Unlike OSMboxPend(), OSMboxAccept() does not suspend the calling task if a message is not available.
标签: OSMboxAccep OSMboxPend available FUnction
上传时间: 2014-12-04
上传用户:hphh
For Batch Estimation Method, the FUnction and code supplyment.
标签: Estimation supplyment FUnction Method
上传时间: 2017-01-01
上传用户:gououo