代码搜索:classification

找到约 3,679 项符合「classification」的源代码

代码结果 3,679
www.eeworm.com/read/220289/14843875

m confmat.m

function [C,rate]=confmat(Y,T) %CONFMAT Compute a confusion matrix. % % Description % [C, RATE] = CONFMAT(Y, T) computes the confusion matrix C and % classification performance RATE for the prediction
www.eeworm.com/read/220289/14843894

m demmlp2.m

%DEMMLP2 Demonstrate simple classification using a multi-layer perceptron % % Description % The problem consists of input data in two dimensions drawn from a % mixture of three Gaussians: two of which
www.eeworm.com/read/212307/15160185

m confmat.m

function [C,rate]=confmat(Y,T) %CONFMAT Compute a confusion matrix. % % Description % [C, RATE] = CONFMAT(Y, T) computes the confusion matrix C and % classification performance RATE for the prediction
www.eeworm.com/read/212307/15160195

m demmlp2.m

%DEMMLP2 Demonstrate simple classification using a multi-layer perceptron % % Description % The problem consists of input data in two dimensions drawn from a % mixture of three Gaussians: two of which
www.eeworm.com/read/209231/15225266

svn-base plot2dkm.m.svn-base

% PLOT2DKM - For a 2-D binary classification problem, plot2dkm plots the data, % the margin and error vectors and contours of constant margin % for the SVM classifier in memor
www.eeworm.com/read/209231/15225289

m plot2dkm.m

% PLOT2DKM - For a 2-D binary classification problem, plot2dkm plots the data, % the margin and error vectors and contours of constant margin % for the SVM classifier in memor
www.eeworm.com/read/13871/284666

m confmat.m

function [C,rate]=confmat(Y,T) %CONFMAT Compute a confusion matrix. % % Description % [C, RATE] = CONFMAT(Y, T) computes the confusion matrix C and % classification performance RATE for the predi
www.eeworm.com/read/13871/284678

m demmlp2.m

%DEMMLP2 Demonstrate simple classification using a multi-layer perceptron % % Description % The problem consists of input data in two dimensions drawn from a % mixture of three Gaussians: two of w
www.eeworm.com/read/13911/286816

m svcinfo.m

function svcinfo(trn,tst,ker,alpha,bias) %SVCINFO Support Vector Classification Results % % Usage: svcinfo(trn,tst,ker,alpha,bias) % % Parameters: trn - Training set % tst - Test
www.eeworm.com/read/13911/286844

m svcinfo.m

function svcinfo(trn,tst,ker,alpha,bias) %SVCINFO Support Vector Classification Results % % Usage: svcinfo(trn,tst,ker,alpha,bias) % % Parameters: trn - Training set % tst - Test