代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/163883/5506656

h mcnemarcomparator.h

//------------------------------------------------------------------- // Author........: Aleksander 豩rn // Date..........: // Description...: // Revisions.....: //================================
www.eeworm.com/read/472964/6860781

tcl test01.tcl

#Test network case #7 CNs in ring; 7 attached ENs #10 Gbit/s channels #8 DCs; 2 CCs #Other parameters initially taken from ranges used in version 0.6 test cases StatCollector set debug_ 0 Classifier/
www.eeworm.com/read/472030/6878279

xml upgradelog.xml

www.eeworm.com/read/471381/6892026

m weaklearner.m

function [H,epsilon,R]=WeakLearner(X,Y,C,W,WLearner,Y_predict) % Train weak classifiers for every feature and select the one that % performs best i.e. correspondent ot the best feature to use for
www.eeworm.com/read/471381/6892027

m adaboostclassify.m

function [Y]=AdaBoostClassify(H,alpha,X) % AdaBoost classify T=size(alpha,2); Thresh=sum(alpha)/2; Yres=0; for t=1:T %find weak classifier decision Label=WeakClassify(X,H{t},'ROC');
www.eeworm.com/read/295595/8150689

m svmmulticlassoneagainstone.m

function [xsup,w,b,nbsv,classifier,pos,obj]=svmmulticlassoneagainstone(x,y,nbclass,c,epsilon,kernel,kerneloption,verbose,warmstart); %[xsup,w,b,nbsv,classifier,posSigma]=svmmulticlassoneagainstone(x,
www.eeworm.com/read/193967/8200536

html plsclassifier.html

www.eeworm.com/read/193967/8200606

html decisionstump.html