代码搜索:classifiers

找到约 2,305 项符合「classifiers」的源代码

代码结果 2,305
www.eeworm.com/read/386050/8768896

m stacked.m

%STACKED Combining classifiers in the same feature space % % WC = STACKED(W1,W2,W3, ....) or WC = [W1,W2,W3, ...] % WC = STACKED({W1,W2,W3, ...}) or WC = [{W1,W2,W3, ...}] % WC = STACKED(WC,W1,
www.eeworm.com/read/386050/8769039

m reject.m

%REJECT Compute the error-reject trade-off curve % % E = REJECT(D); % E = REJECT(A,W); % % INPUT % D Classification result, D = A*W % A Dataset % W Cell array of trained classifiers
www.eeworm.com/read/182376/9205760

h xcsmacros.h

/* / (XCS-C 1.2) / ------------------------------------ / Learning Classifier System based on accuracy / / by / Martin V. Butz / Illinois Genetic Algorithms Laboratory (IlliGAL) /
www.eeworm.com/read/360995/10069963

m dd_ex9.m

% Show the crossvalidation procedure % % Generate some simple data, split it in training and testing data using % 10-fold cross-validation, and compare several one-class classifiers on % it. % Copyri
www.eeworm.com/read/418695/10935624

m maxc.m

%MAXC Maximum combining classifier % % W = maxc(V) % W = V*maxc % % If V = [V1,V2,V3, ... ] is a set of classifiers trained on the % same classes and W is the maximum combiner: it selects the cla
www.eeworm.com/read/299984/7139928

m medianc.m

%MEDIANC Median combining classifier % % W = MEDIANC(V) % W = V*MEDIANC % % INPUT % V Set of classifiers % % OUTPUT % W Median combining classifier on V % % DESCRIPTION % If V = [V
www.eeworm.com/read/299984/7139984

m averagec.m

%AVERAGEC Combining of linear classifiers by averaging coefficients % % W = AVERAGEC(V) % W = V*AVERAGEC % % INPUT % V A set of affine base classifiers. % % OUTPUT % W Combined classifier. % %
www.eeworm.com/read/299984/7140022

m prodc.m

%PRODC Product combining classifier % % W = PRODC(V) % W = V*PRODC % % INPUT % V Set of classifiers trained on the same classes % % OUTPUT % W Product combiner % % DESCRIPTION % It def
www.eeworm.com/read/299984/7140339

m meanc.m

%MEANC Mean combining classifier % % W = MEANC(V) % W = V*MEANC % % INPUT % V Set of classifiers (optional) % % OUTPUT % W Mean combiner % % DESCRIPTION % If V = [V1,V2,V3, ... ] is a s
www.eeworm.com/read/299984/7140355

m cleval.m

%CLEVAL Classifier evaluation (learning curve) % % E = CLEVAL(A,CLASSF,TRAINSIZES,NREPS,T,TESTFUN) % % INPUT % A Training dataset % CLASSF Classifier to evaluate % TRAINSIZE Vect