代码搜索:classification

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

代码结果 3,679
www.eeworm.com/read/128193/14311523

m fwd.m

function y = fwd(net,x) % FWD % % Compute the output of a multi-class support vector classification network. % % y = fwd(net, x); % % where x is a matrix of input patterns, where each colu
www.eeworm.com/read/128193/14311528

m fwd.m

function y = fwd(net, x) % FWD % % Compute the output of a dag-svm multi-class support vector classification % network. % % y = fwd(net, x); % % where x is a matrix of input patterns, in
www.eeworm.com/read/222301/14697762

m fwd.m

function y = fwd(net,x) % FWD % % Compute the output of a multi-class support vector classification network. % % y = fwd(net, x); % % where x is a matrix of input patterns, where each colu
www.eeworm.com/read/222301/14697842

m fwd.m

function y = fwd(net,x) % FWD % % Compute the output of a multi-class support vector classification network. % % y = fwd(net, x); % % where x is a matrix of input patterns, where each colu
www.eeworm.com/read/222301/14697849

m fwd.m

function y = fwd(net, x) % FWD % % Compute the output of a dag-svm multi-class support vector classification % network. % % y = fwd(net, x); % % where x is a matrix of input patterns, in
www.eeworm.com/read/119681/14824453

m trainlssvm.m

function [model,b,X,Y] = trainlssvm(model,X,Y) % Train the support values and the bias term of an LS-SVM for classification or function approximation % % >> [alpha, b] = trainlssvm({X,Y,type,gam,ke
www.eeworm.com/read/214923/15082950

m trainlssvm.m

function [model,b,X,Y] = trainlssvm(model,X,Y) % Train the support values and the bias term of an LS-SVM for classification or function approximation % % >> [alpha, b] = trainlssvm({X,Y,type,gam,ke
www.eeworm.com/read/213492/15133543

pl references.pl

{ "Anderson62" =>"T.W.Anderson and R.R.Bahadur. Classification into two multivariate normal distributions with differrentia covariance matrices. Anals of Mathematical Statistics, 33:420--431, Ju
www.eeworm.com/read/213492/15133551

m contents.m

% Data sets used by the STPRtool. % % andersons_task - (dir) Input for demo on Generalized Anderson's task. % binary_separable - (dir) Input for demo on Linear classification. % gmm_sample - (
www.eeworm.com/read/13911/286796

m softmargin.m

function y = softmargin(x) %SOFTMARGIN Support Vector Classification Softmargin % % Usage: y = softmargin(x) % % Author: Steve Gunn (srg@ecs.soton.ac.uk) if (nargin ~= 1) % check correct number o