代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/299459/7850405

m~ oaasvm.m~

function model = oaasvm(data,options) % OAASVM Multi-class SVM using One-Agains-All decomposition. % % Synopsis: % model = oaasvm( data ) % model = oaasvm( data, options) % % Description: % model
www.eeworm.com/read/299459/7850897

m rsde.m

function model = rsde(X,options) % RSDE Reduced Set Density Estimator. % % Synopsis: % model = rsde(X,options) % % Description: % This function implements the Reduced Set Density Estimator % [Giro
www.eeworm.com/read/299459/7850903

m~ rsde.m~

function model = rsde(X,options) % RSDE Reduced Set Density Estimator. % % Synopsis: % model = rsde(X,options) % % Description: % This function implements the Reduced Set Density Estimator % [Giro
www.eeworm.com/read/299178/7881249

m have_fcn.m

function TorF = have_fcn(tag) %HAVE_FCN Test for optional functionality. % TorF = have_fcn(tag) returns 1 if the optional functionality is % available, 0 otherwise. % % Possible values for inpu
www.eeworm.com/read/298590/7950332

m have_fcn.m

function TorF = have_fcn(tag) %HAVE_FCN Test for optional functionality. % TorF = have_fcn(tag) returns 1 if the optional functionality is % available, 0 otherwise. % % Possible values for inpu
www.eeworm.com/read/331567/12820266

h broyden.h

/****************************************************************************** * * File: broyden.h * * Created: 24/02/2000 * * Author: Pavel Sakov * CS
www.eeworm.com/read/241396/13147476

m have_fcn.m

function TorF = have_fcn(tag) %HAVE_FCN Test for optional functionality. % TorF = have_fcn(tag) returns 1 if the optional functionality is % available, 0 otherwise. % % Possible values for inpu
www.eeworm.com/read/138987/13197338

m have_fcn.m

function TorF = have_fcn(tag) %HAVE_FCN Test for optional functionality. % TorF = have_fcn(tag) returns 1 if the optional functionality is % available, 0 otherwise. % % Possible values for inpu
www.eeworm.com/read/312163/13617082

html evalsvm.html

evalsvm.m
www.eeworm.com/read/312163/13617613

c gmnp_mex.c

/*----------------------------------------------------------------------- gmnp_mex.c: MEX-file solver for Generalized Minimal Norml Problem Synopsis: [alpha,exitflag,t,access,History] = gmnp_m