代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/149739/12352837

m parsc.m

%PARSC Parse classifier % % PARSC(W) % % Displays the type and, for combining classifiers, the structure of the % mapping W. % % See also MAPPINGS % Copyright: R.P.W. Duin, duin@ph.tn.tudelft.nl
www.eeworm.com/read/149739/12352843

m parallel.m

%PARALLEL Combining classifiers in different feature spaces % % WC = PARALLEL(W1,W2,W3, ....) or WC = [W1;W2;W3; ...] % WC = PARALLEL({W1;W2;W3; ...}) or WC = [{W1;W2;W3; ...}] % WC = PARALL
www.eeworm.com/read/149739/12353479

m nmsc.m

%NMSC Nearest Mean Scaled Classifier % % W = NMSC(A) % % INPUT % A Trainign dataset % % OUTPUT % W Nearest Mean Scaled Classifier mapping % % DESCRIPTION % Computation of the linear discrim
www.eeworm.com/read/149739/12354000

m traincc.m

%TRAINCC Train combining classifier if needed % % W = TRAINCC(A,W,CCLASSF) % % INPUT % A Training dataset % W A set of classifiers to be combined % CCLASSF Combining classif
www.eeworm.com/read/149739/12354126

m testcost.m

function e = testcost(x,w,C,lablist) %TESTCOST compute the error using the cost matrix C % % E = TESTCOST(A,W,C,LABLIST) % E = TESTCOST(A*W,C,LABLIST) % E = A*W*TESTCOST([],C,LABLIST) % %
www.eeworm.com/read/131815/14123365

m c_poldemo.m

echo off %POLDEMO demonstration for using nonlinear SVM classifier with a % polynomial keneral. echo on; clc %POLDEMO demonstration for using nonlinear SVM classifier with a % polynomial ke
www.eeworm.com/read/131815/14123366

m c_svcdemo.m

% ------- OSU C-SVM CLASSIFIER TOOLBOX Demonstrations--- % % 1) Construct a linear SVM Classifier and test it % 2) Construct a nonlinear SVM Classifier (polynomial kernel) and t
www.eeworm.com/read/131815/14123370

m u_clademo.m

echo off % CLADEMO demonstration for using a contructed SVM classifier to classify % input patterns % echo on; % % % NOTICE: please first run any of the first three demonstrations before %
www.eeworm.com/read/131815/14123371

m c_rbfdemo.m

echo off % RBFDEMO demonstration for using nonlinear SVM classifier % with a RBF kernel. echo on; clc % RBFDEMO demonstration for using nonlinear SVM classifier % with a RBF kernel. %#####
www.eeworm.com/read/131815/14123372

m u_poldemo.m

echo off %POLDEMO demonstration for using nonlinear SVM classifier with a % polynomial keneral. echo on; clc %POLDEMO demonstration for using nonlinear SVM classifier with a % polynomial ke