代码搜索:sequential

找到约 1,846 项符合「sequential」的源代码

代码结果 1,846
www.eeworm.com/read/13911/286927

m smosvctutor.m

function tutor = smosvctutor(arg) % SMOSVCTUTOR % % Construct a tutor object for training support vector classifiers using the % sequential minimal optimisation algorithm. % % Examples: % %
www.eeworm.com/read/168845/5434242

rst iterators.rst

Iterators are generic means of addressing a particular element or a range of sequential elements in a sequence. They are also a mechanism that makes it possible to decouple `algorithms`__ from co
www.eeworm.com/read/432926/1886084

pde conditionals2.pde

/** * Conditionals 2. * * We extend the language of conditionals by adding the * keyword "else". This allows conditionals to ask * two or more sequential questions, each with a different * a
www.eeworm.com/read/430506/1929457

c smo.c

/* -------------------------------------------------------------------- [Alpha,bias,nsv,kercnt,trnerr,margin]= smo(data,labels,ker,arg,C,eps,tol,Alpha,bias ) Sequential Minimal Optimizer for
www.eeworm.com/read/430506/1929484

c smo2.c

/* -------------------------------------------------------------------- [Alpha,bias,nsv,trnerr,margin,kercnt]= smo(data,labels,ker,arg,C,eps,tol,Alpha,bias ) Sequential Minimal Optimizer for
www.eeworm.com/read/411379/2188990

m smosvctutor.m

function tutor = smosvctutor(arg) % SMOSVCTUTOR % % Construct a tutor object for training support vector classifiers using the % sequential minimal optimisation algorithm. % % Examples: % %
www.eeworm.com/read/373460/2761891

c smo.c

/* -------------------------------------------------------------------- [Alpha,bias,nsv,kercnt,trnerr,margin]= smo(data,labels,ker,arg,C,eps,tol,Alpha,bias ) Sequential Minimal Optimizer for
www.eeworm.com/read/373460/2761918

c smo2.c

/* -------------------------------------------------------------------- [Alpha,bias,nsv,trnerr,margin,kercnt]= smo(data,labels,ker,arg,C,eps,tol,Alpha,bias ) Sequential Minimal Optimizer for
www.eeworm.com/read/367442/9747992

c smo.c

/* -------------------------------------------------------------------- [Alpha,bias,nsv,kercnt,trnerr,margin]= smo(data,labels,ker,arg,C,eps,tol,Alpha,bias ) Sequential Minimal Optimizer for
www.eeworm.com/read/367442/9748082

c smo2.c

/* -------------------------------------------------------------------- [Alpha,bias,nsv,trnerr,margin,kercnt]= smo(data,labels,ker,arg,C,eps,tol,Alpha,bias ) Sequential Minimal Optimizer for