代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/428269/8880161

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/382042/9056802

cpp scs.cpp

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

plg svmcls.plg

Build Log --------------------Configuration: svmcls - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/180140/9318657

html crossval.html

www.eeworm.com/read/179831/9335494

cpp scs.cpp

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

cpp scs.cpp

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

r margin.r

### Name: margin ### Title: Margins of randomForest Classifier ### Aliases: margin plot.margin ### Keywords: classif ### ** Examples set.seed(1) data(iris) iris.rf
www.eeworm.com/read/175317/9552377

m ml_test.m

function [f,labels,error]=ml_test(classifier,X,Y) % ML_TEST Uses a classifier to classify data in X % ----------------------------------------------------------------------------% % % Usage: % [f,la
www.eeworm.com/read/169176/9876601

m cerror.m

function error=cerror(y1,y2,label) % CERROR Computes classification error. % % Synopsis: % error = cerror(ypred,ytrue) % error = cerror(ypred,ytrue,label) % % Description: % error = cerror(ypred,y
www.eeworm.com/read/364920/9888089

cpp scs.cpp

/****************************************************************************/ /* 基本遗传学习分类系统 SCS.CPP */ /* A Simple Classifier System based on G