代码搜索:classifier

找到约 4,824 项符合「classifier」的源代码

代码结果 4,824
www.eeworm.com/read/397102/8068246

m binm.m

%BINM Binary mapping for classifier outcomes % % W = W*binm % % Binary transformation of a map or a classifier. % % binm transforms the outcomes of the classifier or map % to binary using the maxim
www.eeworm.com/read/331336/12832429

m latentlssvm.m

function [zt,model] = latentlssvm(varargin) % Calculate the latent variables of the LS-SVM classifier at the given test data % % >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)
www.eeworm.com/read/139320/13161329

m latentlssvm.m

function [zt,model] = latentlssvm(varargin) % Calculate the latent variables of the LS-SVM classifier at the given test data % % >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)
www.eeworm.com/read/324303/13273688

m latentlssvm.m

function [zt,model] = latentlssvm(varargin) % Calculate the latent variables of the LS-SVM classifier at the given test data % % >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)
www.eeworm.com/read/137160/13341828

m minc.m

%MINC Minimum combining classifier % % W = MINC(V) % W = V*MINC % % INPUT % V Set of classifiers % % OUTPUT % W Minimum combining classifier on V % % DESCRIPTION % If V = [V1,V2,V3, ...
www.eeworm.com/read/137160/13342271

m votec.m

%VOTEC Voting combining classifier % % W = VOTEC(V) % W = V*VOTEC % % INPUT % V Set of classifiers % % OUTPUT % W Voting combiner % % DESCRIPTION % If V = [V1,V2,V3,...] is a stacked set of
www.eeworm.com/read/137160/13342625

m maxc.m

%MAXC Maximum combining classifier % % W = MAXC(V) % W = V*MAXC % % INPUT % V Stacked set of classifiers % % OUTPUT % W Combined classifier using max-rule % % DESCRIPTION % If V = [V1,V2,V
www.eeworm.com/read/318947/13465965

m latentlssvm.m

function [zt,model] = latentlssvm(varargin) % Calculate the latent variables of the LS-SVM classifier at the given test data % % >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)
www.eeworm.com/read/316944/13513998

m latentlssvm.m

function [zt,model] = latentlssvm(varargin) % Calculate the latent variables of the LS-SVM classifier at the given test data % % >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)
www.eeworm.com/read/314653/13562219

m minc.m

%MINC Minimum combining classifier % % W = MINC(V) % W = V*MINC % % INPUT % V Set of classifiers % % OUTPUT % W Minimum combining classifier on V % % DESCRIPTION % If V = [V1,V2,V3, ...