代码搜索:classifier
找到约 4,824 项符合「classifier」的源代码
代码结果 4,824
www.eeworm.com/read/314653/13562248
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/314653/13562255
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/314653/13562530
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/314653/13562692
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/493294/6399922
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/493294/6399957
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/493294/6399966
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/493294/6400276
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/493294/6400466
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/482720/6621663
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='