代码搜索:classifiers

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

代码结果 2,305
www.eeworm.com/read/400577/11573220

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/400576/11573512

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/260006/11752310

bat weka_decision_tree.bat

java weka.classifiers.j48.J48 -t training_data.arff -x 2
www.eeworm.com/read/256797/11971876

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/342008/12047507

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/255755/12057201

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/255755/12057287

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/255755/12057355

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/255755/12057896

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/255755/12057933

m cleval.m

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