代码搜索:Multi-class

找到约 534 项符合「Multi-class」的源代码

代码结果 534
www.eeworm.com/read/13911/286956

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/13911/287304

m mvsvmclass.m

function [y,votes] = mvsvmclass(X,model) % MVSVMCLASS Majority voting multi-class SVM classifier. % % Synopsis: % [y,votes] = mvsvmclass(X,model) % % Description: % [y,votes] = mvsvmclass(X,model) m
www.eeworm.com/read/175689/5343418

m mvsvmclass.m

function [y,votes] = mvsvmclass(X,model) % MVSVMCLASS Majority voting multi-class SVM classifier. % % Synopsis: % [y,votes] = mvsvmclass(X,model) % % Description: % [y,votes] = mvsvmclass(X,model) m
www.eeworm.com/read/430506/1929464

c m2o_sor.c

/*--------------------------------------------------------------------------- [Alpha,bias,kercnt] = m2o_sor(data,labels,ker,arg,C,eps) M2O_SOR Multi-class translated to one-class SVM and solved by
www.eeworm.com/read/428780/1954092

m mvsvmclass.m

function [y,votes] = mvsvmclass(X,model) % MVSVMCLASS Majority voting multi-class SVM classifier. % % Synopsis: % [y,votes] = mvsvmclass(X,model) % % Description: % [y,votes] = mvsvmclass(X,model) m
www.eeworm.com/read/411379/2188969

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/411379/2189009

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/411379/2189011

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/373460/2761898

c m2o_sor.c

/*--------------------------------------------------------------------------- [Alpha,bias,kercnt] = m2o_sor(data,labels,ker,arg,C,eps) M2O_SOR Multi-class translated to one-class SVM and solved by
www.eeworm.com/read/367442/9748016

c m2o_sor.c

/*--------------------------------------------------------------------------- [Alpha,bias,kercnt] = m2o_sor(data,labels,ker,arg,C,eps) M2O_SOR Multi-class translated to one-class SVM and solved by