代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/373460/2761928

m poaasvm.m

function poaaosvm(model,background) % POAASVM vizualizes One-Against-All SVM decision rule. % poaasvm(model,background) % % Input: % model [struct] model of classifier. % background [int] 0 - no, 1
www.eeworm.com/read/371708/2779004

m ocr_fun.m

function ocr_fun(data) % OCR_FUN Calls OCR classifier and displays result. % % Synopsis: % ocr_fun(data) % % Description: % This function classifies images of characters stored as columns % of th
www.eeworm.com/read/293183/8310207

m perlc.m

%PERLC Linear classifier by linear perceptron % % W1 = perlc(A,n,step,w) % % Finds the linear discriminant function W1 (a mapping) by n cycles % of the data through the linear perceptron with ste
www.eeworm.com/read/293183/8310324

m normal_map.m

%NORMAL_MAP Map a dataset on a normal densities based classifier % % F = normal_map(A,W) % % Maps the dataset A by the normal densities based classfier W on a % [0,1] interval for each of the clas
www.eeworm.com/read/293183/8310704

m mapping.m

%MAPPING Mapping class constructor % % w = mapping(map,d,lablist,k,c,v,par) % % A map/classifier object is constructed from: % d size (any), a set of weights defining the mapping % lablist size
www.eeworm.com/read/172172/9722145

m deltablssvm.m

function model = deltablssvm(model,a1,a2) % Bias term correction for the LS-SVM classifier % % >> model = deltablssvm(model, b_new) % % This function is only useful in the object oriented function %
www.eeworm.com/read/367442/9747786

m contents.m

% General purpose and others functions for STPRToolbox. % % cerror - Calculates classifier error. % cliplin1 - Clips line according to given window. % cliplin2 - Clips line starting i
www.eeworm.com/read/367442/9748115

m poaasvm.m

function poaaosvm(model,background) % POAASVM vizualizes One-Against-All SVM decision rule. % poaasvm(model,background) % % Input: % model [struct] model of classifier. % background [int] 0 - no, 1
www.eeworm.com/read/367440/9748526

m deltablssvm.m

function model = deltablssvm(model,a1,a2) % Bias term correction for the LS-SVM classifier % % >> model = deltablssvm(model, b_new) % % This function is only useful in the object oriented function %
www.eeworm.com/read/411674/11233642

m contents.m

% Quadratic discriminant function and data mapping. % % lin2quad - Merges linear rule and quadratic mapping. % qmap - Quadratic data mapping. % quadclass - Quadratic classifier. % % About: St