代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/280595/10311388

html fldqp.html

Contents.m
www.eeworm.com/read/280595/10311391

html fld.html

Contents.m
www.eeworm.com/read/280595/10311393

html fldqp.html

fldqp.m
www.eeworm.com/read/280595/10311396

html fld.html

fld.m
www.eeworm.com/read/280595/10311878

m~ contents.m~

% Support Vector Machines. % % bsvm2 - Multi-class BSVM with L2-soft margin. % evalsvm - Trains and evaluates Support Vector Machines classifier. % mvsvmclass - Majority voting multi-cla
www.eeworm.com/read/280595/10311935

m weaklearner.m

function model = weaklearner(data) % WEAKLEARNER Produce classifier thresholding single feature. % % Synopsis: % model = weaklearner(data) % % Description: % This function produce a weak binary clas
www.eeworm.com/read/280595/10311941

m cerror.m

function error=cerror(y1,y2,label) % CERROR Computes classification error. % % Synopsis: % error = cerror(y1,y2) % error = cerror(y1,y2,label) % % Description: % error = cerror(y1,y2) returns clas
www.eeworm.com/read/280595/10312293

m linclass.m

function [y,dfce]=linclass( X, model) % LINCLASS Linear classifier. % % Synopsis: % [y,dfce] = linclass( X, model) % % Description: % This function classifies input data X using linear % discrimina
www.eeworm.com/read/354741/10329368

m osusvmdemo.m

% ------- OSU SVM CLASSIFIER TOOLBOX Demonstrations--- % % 1) Demonstrations of using C-SVM Classifers. % 2) Demonstrations of using u-SVM Classifiers % 3) Demonstration
www.eeworm.com/read/354741/10329429

m osusvmdemo.m

% ------- OSU SVM CLASSIFIER TOOLBOX Demonstrations--- % % 1) Demonstrations of using C-SVM Classifers. % 2) Demonstrations of using u-SVM Classifiers % 3) Demonstration