代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/137160/13342564

m mclassc.m

%MCLASSC Computation of multi-class classifier from 2-class discriminants % % W = MCLASSC(A,CLASSF,MODE) % % INPUT % A Dataset % CLASSF Untrained classifier % MODE Type of handling mu
www.eeworm.com/read/136872/13357411

html prism.html

www.eeworm.com/read/322106/13389746

cpp scs.cpp

/****************************************************************************/ /* 基本遗传学习分类系统 SCS.CPP */ /* A Simple Classifier System based on G
www.eeworm.com/read/317222/13507352

m svmmulticlassoneagainstone.m

function [xsup,w,b,nbsv,classifier,pos,obj]=svmmulticlassoneagainstone(x,y,nbclass,c,epsilon,kernel,kerneloption,verbose,warmstart); xsup=[]; w=[]; b=[]; pos=[]; SigmaOut=[]; span=1; classifie
www.eeworm.com/read/317222/13507353

m svmmulticlassoneagainstone.m

function [xsup,w,b,nbsv,classifier,pos,obj]=svmmulticlassoneagainstone(x,y,nbclass,c,epsilon,kernel,kerneloption,verbose,warmstart); xsup=[]; w=[]; b=[]; pos=[]; SigmaOut=[]; span=1; classifie
www.eeworm.com/read/317220/13507371

m fsvmmulticlass1v1.m

function [w,b,nbsv,classifier,pos]=fsvmmulticlass1v1(x,y,nbclass,c,epsilon,kerneloption,verbose) xsup=[]; w=[]; b=[]; pos=[]; sigmaout=[]; span=1;; classifier=[]; nbsv=zeros(1,nbclass); nbsup