代码搜索:classifier

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

代码结果 4,824
www.eeworm.com/read/400577/11573362

m fixedcc.m

%FIXEDCC Construction of fixed combiners % % V = FIXEDCC(A,W,TYPE,NAME) % % INPUT % A Dataset % W A set of classifier mappings % TYPE The type of combination rule % NAME The na
www.eeworm.com/read/346491/11741629

m svmmatlab.m

>>edit svmtrain >>edit svmclassify >>edit svmpredict function [svm_struct, svIndex] = svmtrain(training, groupnames, varargin) %SVMTRAIN trains a support vector machine classifier % %
www.eeworm.com/read/342008/12046795

m klclc.m

%KLCLC Linear classifier using KL expansion of common covariance % matrix % % W = klclc(A,n) % % Finds the linear discriminant function W for the dataset A % computing the ldc on a projection of
www.eeworm.com/read/342008/12047248

m nmsc.m

%NMSC Nearest Mean Scaled Classifier % % W = nmsc(A) % % Computation of the linear discriminant for the classes in the % dataset A assuming zero covariances and equal class variances. % % See als
www.eeworm.com/read/342008/12047284

m ldc.m

%LDC Linear Discriminant Classifier % % W = ldc(A,r,s) % % Computation of a linear discriminant between the classes of the % dataset A assuming normal densities with equal covariance % matrices.
www.eeworm.com/read/255755/12058312

m fixedcc.m

%FIXEDCC Construction of fixed combiners % % V = FIXEDCC(A,W,TYPE,NAME) % % INPUT % A Dataset % W A set of classifier mappings % TYPE The type of combination rule % NAME The na
www.eeworm.com/read/152929/12073637

m bayclass.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Calculate the performance as a classifier tp=0; %No True positives tn=0; %true negatives fp=0; % false positives fn=0; % false negatives Act=[]; neg=[];
www.eeworm.com/read/150905/12249697

m fixedcc.m

%FIXEDCC Construction of fixed combiners % % V = FIXEDCC(A,W,TYPE,NAME) % % INPUT % A Dataset % W A set of classifier mappings % TYPE The type of combination rule % NAME The na
www.eeworm.com/read/149739/12353951

m fixedcc.m

%FIXEDCC Construction of fixed combiners % % V = FIXEDCC(A,W,TYPE,NAME) % % INPUT % A Dataset % W A set of classifier mappings % TYPE The type of combination rule % NAME The na
www.eeworm.com/read/131588/14136226

m contents.m

% Classification GUI and toolbox % Version 1.0 % % GUI start commands % % classifier - Start the classification GUI % enter_distributions - Starts the parameter input screen (used by classif