代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/441245/7673389

m svc_nu.m

%SVC_NU Support Vector Classifier: NU algorithm % % This routine is outdated, use NUSVC instead % % [W,J,C] = SVC(A,TYPE,PAR,NU,MC,PD) % % INPUT % A Dataset % TYPE Type of the kernel (opti
www.eeworm.com/read/441018/7677893

m demos.m

function tbxStruct=Demos % DEMOS Demo List information for OSV SVM Classifier Matlab Toolbox if nargout==0, demo toolbox; return; end tbxStruct.Name='OSU SVM Classifier'; tbxStruct.Type='
www.eeworm.com/read/399158/7885610

m demos.m

function tbxStruct=Demos % DEMOS Demo List information for OSV SVM Classifier Matlab Toolbox if nargout==0, demo toolbox; return; end tbxStruct.Name='OSU SVM Classifier'; tbxStruct.Type='
www.eeworm.com/read/140853/13058086

m demos.m

function tbxStruct=Demos % DEMOS Demo List information for OSV SVM Classifier Matlab Toolbox if nargout==0, demo toolbox; return; end tbxStruct.Name='OSU SVM Classifier'; tbxStruct.Type='
www.eeworm.com/read/137160/13341845

m loglc.m

%LOGLC Logistic Linear Classifier % % W = LOGLC(A) % % INPUT % A Dataset % % OUTPUT % W Logistic linear classifier % % DESCRIPTION % Computation of the linear classifier for the dataset
www.eeworm.com/read/137160/13341885

m svc.m

%SVC Support Vector Classifier % % [W,J] = SVC(A,TYPE,PAR,C) % % INPUT % A Dataset % TYPE Type of the kernel (optional; default: 'p') % PAR Kernel parameter (optional; default: 1) % C
www.eeworm.com/read/137160/13341895

m nmc.m

%NMC Nearest Mean Classifier % % W = NMC(A) % % INPUT % A Dataset % % OUTPUT % W Nearest Mean Classifier % % DESCRIPTION % Computation of the nearest mean classifier between the classe
www.eeworm.com/read/137160/13342287

m mogc.m

%MOGC Mixture of Gaussian classifier % % W = MOGC(A,N) % W = A*MOGC([],N); % % INPUT % A Dataset % N Number of mixtures (optional; default 2) % OUTPUT % % DESCRIPTION % For each class j
www.eeworm.com/read/137160/13342581

m svc_nu.m

%SVC_NU Support Vector Classifier: NU algorithm % % [W,J,C] = SVC(A,TYPE,PAR,NU,MC,PD) % % INPUT % A Dataset % TYPE Type of the kernel (optional; default: 'p') % PAR Kernel parameter (o
www.eeworm.com/read/314653/13562227

m loglc.m

%LOGLC Logistic Linear Classifier % % W = LOGLC(A) % % INPUT % A Dataset % % OUTPUT % W Logistic linear classifier % % DESCRIPTION % Computation of the linear classifier for the dataset